Skip to content

Commit

Permalink
workflow edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Sol committed Dec 14, 2024
1 parent 10a08d4 commit 04a194b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: cd mzLib && dotnet restore
- name: Build
run: cd mzLib && dotnet build --no-restore --configuration Release
- name: Pack
- name: Change mzLib version, pack, add source
run: |
cd mzLib;
(Get-Content mzLib.nuspec) -replace "\<version\>(.*)\</version\>", "<version>9.9.9<version\> | Set-Content mzLib.nuspec;
Expand All @@ -65,7 +65,7 @@ jobs:
path: ./MetaMorpheus
repository: smith-chem-wisc/MetaMorpheus
ref: master
- name: Change mzLib to local and restore
- name: Change MetaMorpheus mzLib version and restore
run: |
cd ./MetaMorpheus/MetaMorpheus;
dotnet remove CMD package mzLib;
Expand Down

0 comments on commit 04a194b

Please sign in to comment.