Skip to content

Commit 6f237dd

Browse files
committed
Update dotnet version in pipeline
1 parent 0271139 commit 6f237dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
variables:
22

3-
DotNetVersion: '9.0.200'
3+
DotNetVersion: '9.0.300'
44
PathToProjectFolder: 'src\AutoCompleteEntry'
55
PathToProjectFile: '$(PathToProjectFolder)\AutoCompleteEntry.csproj'
66
BuildConfiguration: Release
@@ -55,6 +55,8 @@ jobs:
5555

5656
- job: 'publish_nuget_package'
5757
displayName: 'Publish NuGet Package'
58+
pool:
59+
vmImage: windows-latest
5860
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
5961
dependsOn: build_library
6062
steps:

0 commit comments

Comments
 (0)