We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0271139 commit 6f237ddCopy full SHA for 6f237dd
azure-pipelines.yml
@@ -1,6 +1,6 @@
1
variables:
2
3
- DotNetVersion: '9.0.200'
+ DotNetVersion: '9.0.300'
4
PathToProjectFolder: 'src\AutoCompleteEntry'
5
PathToProjectFile: '$(PathToProjectFolder)\AutoCompleteEntry.csproj'
6
BuildConfiguration: Release
@@ -55,6 +55,8 @@ jobs:
55
56
- job: 'publish_nuget_package'
57
displayName: 'Publish NuGet Package'
58
+ pool:
59
+ vmImage: windows-latest
60
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
61
dependsOn: build_library
62
steps:
0 commit comments