Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit e72da8d

Browse files
chore(deps): update dependency nugetcommand to v2.208.1 (#341)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6fcdab3 commit e72da8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.azure/pipelines/nuget.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ steps:
2626
command: 'build'
2727
projects: 'dotnet/LibHokchew.Shared/src/LibHokchew.Shared.csproj'
2828
arguments: '-c Release'
29-
- task: NuGetCommand@2
29+
- task: NuGetCommand@2.208.1
3030
displayName: nuget pack
3131
inputs:
3232
command: 'pack'
3333
packagesToPack: 'dotnet/LibHokchew.Shared.nuspec'
3434
versioningScheme: 'off'
35-
- task: NuGetCommand@2
35+
- task: NuGetCommand@2.208.1
3636
displayName: nuget push
3737
condition: and(succeeded() ,eq(variables['Build.SourceBranch'], 'refs/heads/master'))
3838
inputs:

0 commit comments

Comments
 (0)