We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b374e5 commit 4c291d1Copy full SHA for 4c291d1
.github/actions/build/ci/action.yml
@@ -11,6 +11,9 @@ runs:
11
if: github.event_name != 'PullRequest'
12
run: Write-Host "##vso[build.updatebuildnumber]$env:BUILD_SOURCEBRANCHNAME-$env:BUILD_SOURCEVERSION-$((get-date).ToString("yyyyMMddhhmmss"))"
13
shell: pwsh
14
+ - uses: actions/setup-dotnet@v4
15
+ with:
16
+ global-json-file: ./global.json
17
- name: Bootstrap
18
if: success()
19
run: |-
.github/actions/test/nix/action.yml
@@ -30,7 +30,11 @@ runs:
30
continue-on-error: true
31
run: Get-ChildItem "${{ github.workspace }}/build/*" -Recurse
32
33
-
+
34
35
36
37
38
39
40
0 commit comments