File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2828 shell : bash
2929
3030 - name : Build projects
31- run : dotnet build
31+ run : dotnet build ./all.csproj
3232 shell : bash
3333
3434 - name : Run tests
35- run : dotnet test /p:BuildTestOnly=true
35+ run : dotnet test ./all.csproj /p:BuildTestOnly=true
3636 shell : bash
Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
3434
3535 - name : Build projects
3636 shell : bash
37- run : dotnet build -c Release
37+ run : dotnet build ./all.csproj -c Release
3838
3939 - name : Pack
4040 shell : bash
4141 run : |
42- dotnet pack \
42+ dotnet pack ./all.csproj \
4343 -c Release -o \
4444 ./out --no-build \
4545 --include-symbols \
Original file line number Diff line number Diff line change 1414 <PackageReference Include =" FluentAssertions" />
1515 <PackageReference Include =" Moq" />
1616 <PackageReference Include =" coverlet.collector" />
17+ <PackageReference Include =" Snapshooter.Xunit" />
1718 </ItemGroup >
1819
1920</Project >
You can’t perform that action at this time.
0 commit comments