You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-pipelines-PR.yml
+22-47Lines changed: 22 additions & 47 deletions
Original file line number
Diff line number
Diff line change
@@ -113,14 +113,16 @@ stages:
113
113
steps:
114
114
- checkout: self
115
115
clean: true
116
+
# We first download a publicly available .NET SDK. That one has support for `path` in global.json. dotnet.cmd script can then download a version which is not yet shipped, but matches global.json.
displayName: Check code formatting (run 'dotnet fantomas .' to fix)
@@ -181,14 +176,16 @@ stages:
181
176
steps:
182
177
- checkout: self
183
178
clean: true
179
+
# We first download a publicly available .NET SDK. That one has support for `path` in global.json. dotnet.cmd script can then download a version which is not yet shipped, but matches global.json.
displayName: Regular rebuild of FSharp.Compiler.Service.sln
835
808
continueOnError: false
@@ -869,16 +842,16 @@ stages:
869
842
steps:
870
843
- checkout: self
871
844
clean: true
845
+
# We first download a publicly available .NET SDK. That one has support for `path` in global.json. dotnet.cmd script can then download a version which is not yet shipped, but matches global.json.
# We first download a publicly available .NET SDK. That one has support for `path` in global.json. dotnet.cmd script can then download a version which is not yet shipped, but matches global.json.
Copy file name to clipboardExpand all lines: eng/common/build.ps1
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Param(
21
21
[switch] $publish,
22
22
[switch] $clean,
23
23
[switch][Alias('pb')]$productBuild,
24
+
[switch]$fromVMR,
24
25
[switch][Alias('bl')]$binaryLog,
25
26
[switch][Alias('nobl')]$excludeCIBinarylog,
26
27
[switch] $ci,
@@ -74,6 +75,7 @@ function Print-Usage() {
74
75
Write-Host" -nativeToolsOnMachine Sets the native tools on machine environment variable (indicating that the script should use native tools on machine)"
75
76
Write-Host" -nodeReuse <value> Sets nodereuse msbuild parameter ('true' or 'false')"
0 commit comments