There was an error while loading. Please reload this page.
1 parent b43aa52 commit 2efc948Copy full SHA for 2efc948
2 files changed
.github/workflows/dotnet.yml
@@ -31,7 +31,7 @@ jobs:
31
run: dotnet clean
32
33
- name: Build projects
34
- run: dotnet build -c Release --no-restore
+ run: dotnet build -c Release --no-restore
35
36
- name: Deterministic build check
37
run: |
global.json
@@ -0,0 +1,6 @@
1
+{
2
+ "sdk": {
3
+ "version": "8.0.414",
4
+ "rollForward": "latestFeature"
5
+ }
6
+}
0 commit comments