Skip to content

Commit 7c275a6

Browse files
author
Gordon Pham-Nguyen
committed
ci: print nuget version correctly
1 parent cae3ff3 commit 7c275a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

buildspecs/buildspec.canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ phases:
2020
# install the latest patch version of 3.1
2121
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -c 3.1
2222
- dotnet --version
23-
- dotnet nuget help
23+
- dotnet nuget --version
2424
- ./scripts/deploy-canary.sh

buildspecs/buildspec.release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ phases:
1414
# install the latest patch version of 3.1
1515
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -c 3.1
1616
- dotnet --version
17-
- dotnet nuget help
17+
- dotnet nuget --version
1818
- dotnet restore
1919
- ./scripts/publish-package.sh

buildspecs/buildspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ phases:
2020
# install the latest patch version of 3.1
2121
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -c 3.1
2222
- dotnet --version
23-
- dotnet nuget help
23+
- dotnet nuget --version
2424
- pwd && ./scripts/start-agent.sh
2525
- dotnet restore
2626
- dotnet build

0 commit comments

Comments
 (0)