From a0f9569387fe3d605f88180ceba9f9b42503b6c0 Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Mon, 26 Apr 2021 11:48:42 -0700 Subject: [PATCH] adjusting publish workflow 4 --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f18fce9a0..e2efcc04b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,8 +25,8 @@ jobs: dotnet tool install --global minver-cli --version 2.4.0 echo "MINVERVERSIONOVERRIDE=$(minver -t v -d rc)" >> $GITHUB_ENV - - name: Install dependencies - run: dotnet restore + # - name: Install dependencies + # run: dotnet restore #- name: Build # run: dotnet build --configuration Release --no-restore @@ -74,7 +74,7 @@ jobs: - name: Test to generate Code Coverage Report run: | - dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings + dotnet test --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/ - name: Create Test Coverage Badge