Update codeql-analysis.yml

?
This commit is contained in:
Jordan Wages 2021-04-14 11:26:37 -05:00 committed by GitHub
parent f3c51afe44
commit 0d4ecffaa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -55,11 +55,11 @@ jobs:
- name: Setup MSBuild Path
uses: microsoft/Setup-MSBuild@v1
#- name: Setup NuGet
# uses: NuGet/setup-nuget@v1.0.2
- name: Setup NuGet
uses: NuGet/setup-nuget@v1.0.4
#- name: Restore NuGet Packages
# run: nuget restore butterflow-ui/butterflow-ui.sln
- name: Restore NuGet Packages
run: nuget restore butterflow-ui/butterflow-ui.sln
- name: Build and Publish Web App
run: msbuild butterflow-ui/butterflow-ui.sln