Skip to content

Commit ede4669

Browse files
authored
Update publish.yml
1 parent ee57421 commit ede4669

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/publish.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,9 @@ jobs:
3131
uses: actions/setup-dotnet@v4
3232
with:
3333
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
4034
# Publish
41-
#- name: Build FastMoq
42-
# run: dotnet build -c Release
35+
- name: Build FastMoq
36+
run: dotnet build -c Release
4337
- name: Fetch all tags
4438
run: git fetch --tags
4539
- name: Validate and set version

0 commit comments

Comments
 (0)