File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -17,4 +17,8 @@ phases:
17
17
- timeout 15 sh -c "until docker info; do echo .; sleep 1; done"
18
18
build :
19
19
commands :
20
+ # install the latest patch version of 3.1
21
+ - curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -c 3.1
22
+ - dotnet --version
23
+ - dotnet nuget --version
20
24
- ./scripts/deploy-canary.sh
Original file line number Diff line number Diff line change @@ -11,5 +11,9 @@ phases:
11
11
dotnet : 3.1
12
12
build :
13
13
commands :
14
+ # install the latest patch version of 3.1
15
+ - curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -c 3.1
16
+ - dotnet --version
17
+ - dotnet nuget --version
14
18
- dotnet restore
15
19
- ./scripts/publish-package.sh
Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ phases:
17
17
- timeout 15 sh -c "until docker info; do echo .; sleep 1; done"
18
18
build :
19
19
commands :
20
+ # install the latest patch version of 3.1
21
+ - curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin -c 3.1
22
+ - dotnet --version
23
+ - dotnet nuget --version
20
24
- pwd && ./scripts/start-agent.sh
21
25
- dotnet restore
22
26
- dotnet build
You can’t perform that action at this time.
0 commit comments