Browse Source

adjusting publish workflow 3

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

+ 2 - 2
.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