adjusting publish workflow 3

This commit is contained in:
Charlie Kindel
2021-04-26 11:46:21 -07:00
parent 889bfcf90c
commit cd31402cd0

View File

@@ -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