File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 - ' *'
77 tags :
88 - ' *'
9-
9+
1010env :
1111 # Set the DOTNET_SKIP_FIRST_TIME_EXPERIENCE environment variable to stop wasting time caching packages
1212 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
2828 - name : ' Install .NET Core SDK'
2929 uses : actions/setup-dotnet@v1
3030 with :
31- dotnet-version : 3.1.100
31+ dotnet-version : 3.1.101
3232 - name : ' Dotnet Cake Build'
3333 uses :
ecampidoglio/[email protected] 3434 with :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ build_script:
2525- sh : sudo dpkg -i packages-microsoft-prod.deb
2626- sh : sudo apt update
2727- sh : sudo apt install -y apt-transport-https dotnet-sdk-3.1
28- - cmd : choco install dotnetcore-sdk --no-progress --confirm --version 3.1.100
28+ - cmd : choco install dotnetcore-sdk --no-progress --confirm --version 3.1.101
2929- pwsh : dotnet tool install --global Cake.Tool
3030- pwsh : dotnet cake --target=Build
3131- pwsh : dotnet cake --target=Test
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ stages:
3939 displayName : ' Install .NET Core SDK'
4040 inputs :
4141 packageType : ' sdk'
42- version : ' 3.1.100 '
42+ version : ' 3.1.101 '
4343 - script : ' dotnet tool install --global Cake.Tool'
4444 displayName : ' Install Cake Tool'
4545 failOnStderr : true
You can’t perform that action at this time.
0 commit comments