From f3c51afe44a4314e91368af1431e301050aaed4d Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Wed, 14 Apr 2021 11:22:45 -0500 Subject: [PATCH] Update codeql-analysis.yml f --- .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 66d0921..12a803e 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.2 - - 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