File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ phases:
20
20
# install the latest patch version of 3.1
21
21
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -c 3.1
22
22
- dotnet --version
23
- - dotnet nuget help
23
+ - dotnet nuget --version
24
24
- ./scripts/deploy-canary.sh
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ phases:
14
14
# install the latest patch version of 3.1
15
15
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -c 3.1
16
16
- dotnet --version
17
- - dotnet nuget help
17
+ - dotnet nuget --version
18
18
- dotnet restore
19
19
- ./scripts/publish-package.sh
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ phases:
20
20
# install the latest patch version of 3.1
21
21
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -c 3.1
22
22
- dotnet --version
23
- - dotnet nuget help
23
+ - dotnet nuget --version
24
24
- pwd && ./scripts/start-agent.sh
25
25
- dotnet restore
26
26
- dotnet build
You can’t perform that action at this time.
0 commit comments