Skip to content

Commit d54fb13

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 95278bb commit d54fb13

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ trigger:
1717
- README.md
1818

1919
pool:
20-
vmImage: 'ubuntu-latest'
20+
vmImage: 'ubuntu-24.04'
2121

2222
steps:
2323
- script: echo Build Number $(name)
@@ -67,9 +67,6 @@ steps:
6767
publishLocation: 'Container'
6868

6969
- script: echo Started packing and pushing
70-
- task: NuGetAuthenticate@1
71-
inputs:
72-
nuGetServiceConnections: 'NuGet'
7370

7471
- task: NuGetCommand@2
7572
displayName: 'Packing'

0 commit comments

Comments
 (0)