Browse Source

adjusting publish workflow 4

Charlie Kindel 4 years ago
parent
commit
a0f9569387
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/publish.yml

+ 3 - 3
.github/workflows/publish.yml

@@ -25,8 +25,8 @@ jobs:
           dotnet tool install --global minver-cli --version 2.4.0
           dotnet tool install --global minver-cli --version 2.4.0
           echo "MINVERVERSIONOVERRIDE=$(minver -t v -d rc)" >> $GITHUB_ENV
           echo "MINVERVERSIONOVERRIDE=$(minver -t v -d rc)" >> $GITHUB_ENV
 
 
-      - name: Install dependencies
-        run: dotnet restore
+      # - name: Install dependencies
+      #   run: dotnet restore
 
 
       #- name: Build
       #- name: Build
       #  run: dotnet build --configuration Release --no-restore
       #  run: dotnet build --configuration Release --no-restore
@@ -74,7 +74,7 @@ jobs:
 
 
       - name: Test to generate Code Coverage Report
       - name: Test to generate Code Coverage Report
         run: |
         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/
           mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/
 
 
       - name: Create Test Coverage Badge
       - name: Create Test Coverage Badge