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
* More test for error recovery (#18669)
* [main] Update dependencies from dnceng/internal/dotnet-optimization (#18683)
* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20250610.1
optimization.linux-arm64.MIBC.Runtime , optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-arm64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime
From Version 1.0.0-prerelease.25309.1 -> To Version 1.0.0-prerelease.25310.1
* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20250611.1
optimization.linux-arm64.MIBC.Runtime , optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-arm64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime
From Version 1.0.0-prerelease.25309.1 -> To Version 1.0.0-prerelease.25311.1
* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20250616.1
optimization.linux-arm64.MIBC.Runtime , optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-arm64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime
From Version 1.0.0-prerelease.25309.1 -> To Version 1.0.0-prerelease.25316.1
* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20250617.1
optimization.linux-arm64.MIBC.Runtime , optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-arm64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime
From Version 1.0.0-prerelease.25309.1 -> To Version 1.0.0-prerelease.25317.1
---------
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Tomas Grosup <[email protected]>
* [main] Update dependencies from dotnet/arcade (#18643)
* Expand docstring on SynModuleDecl.Types (#18698)
* Update dependencies from https://github.com/dotnet/arcade build 20250620.5 (#18703)
Microsoft.DotNet.Arcade.Sdk
From Version 10.0.0-beta.25316.2 -> To Version 10.0.0-beta.25320.5
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Remove feature/lsp merge from branch-merge.yml (#18705)
Cleaning up, sicne we've merged feature/lsp to main some time ago
* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20250623.1 (#18710)
optimization.linux-arm64.MIBC.Runtime , optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-arm64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime
From Version 1.0.0-prerelease.25317.1 -> To Version 1.0.0-prerelease.25323.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Update dependencies from https://github.com/dotnet/arcade build 20250623.3 (#18709)
Microsoft.DotNet.Arcade.Sdk
From Version 10.0.0-beta.25320.5 -> To Version 10.0.0-beta.25323.3
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* Remove ActivityDisposable conditional directives and replace with System.IDisposable | null (#18707)
---------
Co-authored-by: Edgar Gonzalez <[email protected]>
Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Tomas Grosup <[email protected]>
Co-authored-by: Patrick Stevens <[email protected]>
Co-authored-by: Adam Boniecki <[email protected]>
Co-authored-by: Copilot <[email protected]>
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