We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff392f0 commit 9e6ed3fCopy full SHA for 9e6ed3f
.github/workflows/ci.yaml
@@ -21,7 +21,7 @@ jobs:
21
cache: true
22
cache-dependency-path: '**/packages.lock.json'
23
- name: dotnet restore
24
- run: dotnet restore --locked-mode
+ run: dotnet restore --locked-mode /p:BuildWithNetFrameworkHostedCompiler=true
25
- name: dotnet format
26
run: dotnet format --verify-no-changes --no-restore
27
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
# This doesn't call `dotnet publish` on the entire solution, just the
80
# projects we care about building. Doing a full publish includes test
81
# libraries and stuff which is pointless.
0 commit comments