From 0d4ecffaa7a49a38a0dd702e502e565c49bdb9c3 Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Wed, 14 Apr 2021 11:26:37 -0500 Subject: [PATCH] Update codeql-analysis.yml ? --- .github/workflows/codeql-analysis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 12a803e..4320038 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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