Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cwinland authored Jul 15, 2024
1 parent ee57421 commit ede4669
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,9 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2
# Execute all unit tests in the solution
- name: Execute unit tests
run: dotnet test
# Publish
#- name: Build FastMoq
# run: dotnet build -c Release
- name: Build FastMoq
run: dotnet build -c Release
- name: Fetch all tags
run: git fetch --tags
- name: Validate and set version
Expand Down

0 comments on commit ede4669

Please sign in to comment.