mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-12-15 23:36:50 +00:00
Implement proposal stated in ADR for setup-dotnet v3 and functionality from feature request #219 (#315)
This commit is contained in:
2
src/utils.ts
Normal file
2
src/utils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const IS_WINDOWS = process.platform === 'win32';
|
||||
export const IS_LINUX = process.platform === 'linux';
|
||||
Reference in New Issue
Block a user