Skip to content

Commit

Permalink
Update MinVer
Browse files Browse the repository at this point in the history
  • Loading branch information
fredimachado committed May 25, 2024
1 parent 62df8d5 commit 9880f75
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/admin-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
dotnet-version: 8.0.x

- name: Install minver cli
run: dotnet tool install --tool-path ./minver minver-cli --version 4.3.0
run: dotnet tool install --tool-path ./minver minver-cli --version 5.0.0

- name: Calculate version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/barista-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
dotnet-version: 8.0.x

- name: Install minver cli
run: dotnet tool install --tool-path ./minver minver-cli --version 4.3.0
run: dotnet tool install --tool-path ./minver minver-cli --version 5.0.0

- name: Calculate version
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cashier-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
dotnet-version: 8.0.x

- name: Install minver cli
run: dotnet tool install --tool-path ./minver minver-cli --version 4.3.0
run: dotnet tool install --tool-path ./minver minver-cli --version 5.0.0

- name: Calculate version
run: |
Expand All @@ -55,7 +55,7 @@ jobs:
run: dotnet build -c Release --no-restore /p:CopyLocalLockFileAssemblies=true

- name: Test
run: dotnet test ../../../NCafe.sln --filter FullyQualifiedName~Cashier --no-restore --no-build --results-directory ./testresults --logger "trx;LogFileName=test_results.xml" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=./testresults/coverage/
run: dotnet test ../../../NCafe.sln --results-directory ./testresults --logger "trx;LogFileName=test_results.xml" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=./testresults/coverage/

- name: Publish
run: dotnet publish -c Release --no-restore --no-build -o ./output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
dotnet-version: 8.0.x

- name: Install minver cli
run: dotnet tool install --tool-path ./minver minver-cli --version 4.3.0
run: dotnet tool install --tool-path ./minver minver-cli --version 5.0.0

- name: Calculate version
run: |
Expand Down

0 comments on commit 9880f75

Please sign in to comment.