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 f9fe710 commit d1eaef5Copy full SHA for d1eaef5
.github/workflows/verify-pull-request.yml
@@ -17,11 +17,11 @@ jobs:
17
with:
18
global-json-file: global.json
19
20
- - name: dotnet build
21
- run: dotnet build --configuration Release
+ - name: dotnet build sources
+ run: dotnet build src/Sotsera.Sources.Common/Sotsera.Sources.Common.csproj --configuration Release
22
23
- name: dotnet test
24
- run: dotnet test --configuration Release --no-build
+ run: dotnet test --configuration Release
25
26
- name: dotnet format
27
run: dotnet format -v detailed --verify-no-changes
0 commit comments