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 95278bb commit d54fb13Copy full SHA for d54fb13
azure-pipelines.yml
@@ -17,7 +17,7 @@ trigger:
17
- README.md
18
19
pool:
20
- vmImage: 'ubuntu-latest'
+ vmImage: 'ubuntu-24.04'
21
22
steps:
23
- script: echo Build Number $(name)
@@ -67,9 +67,6 @@ steps:
67
publishLocation: 'Container'
68
69
- script: echo Started packing and pushing
70
-- task: NuGetAuthenticate@1
71
- inputs:
72
- nuGetServiceConnections: 'NuGet'
73
74
- task: NuGetCommand@2
75
displayName: 'Packing'
0 commit comments