We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f49a02 commit 5f5f746Copy full SHA for 5f5f746
1 file changed
.github/workflows/continuous.yml
@@ -11,11 +11,9 @@ jobs:
11
- uses: actions/checkout@v6
12
with:
13
fetch-depth: 0
14
- - name: 'Install dotnet 3.1'
15
- shell: pwsh
16
- run: |
17
- (New-Object System.Net.WebClient).DownloadFile("https://dot.net/v1/dotnet-install.ps1", ".\dotnet-install.ps1")
18
- .\dotnet-install.ps1 -Version 3.1.32
+ - uses: actions/setup-dotnet@v5
+ with:
+ dotnet-version: '3.1.x'
19
20
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
21
uses: actions/cache@v4
0 commit comments