We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee57421 commit ede4669Copy full SHA for ede4669
.github/workflows/publish.yml
@@ -31,15 +31,9 @@ jobs:
31
uses: actions/setup-dotnet@v4
32
with:
33
dotnet-version: 8.0.x
34
- # Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
35
- - name: Setup MSBuild.exe
36
- uses: microsoft/setup-msbuild@v2
37
- # Execute all unit tests in the solution
38
- - name: Execute unit tests
39
- run: dotnet test
40
# Publish
41
- #- name: Build FastMoq
42
- # run: dotnet build -c Release
+ - name: Build FastMoq
+ run: dotnet build -c Release
43
- name: Fetch all tags
44
run: git fetch --tags
45
- name: Validate and set version
0 commit comments