From b54db6502b7ded576f0c763d7892f4f25b67290a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 May 2023 21:15:40 +0000 Subject: [PATCH 01/14] Bump jQuery from 3.4.1 to 3.5.0 in /GitHubTest.Web Bumps jQuery from 3.4.1 to 3.5.0. --- updated-dependencies: - dependency-name: jQuery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- GitHubTest.Web/packages.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GitHubTest.Web/packages.config b/GitHubTest.Web/packages.config index a827bb5..6551bf9 100644 --- a/GitHubTest.Web/packages.config +++ b/GitHubTest.Web/packages.config @@ -1,8 +1,8 @@ - + - + From f4d3f65e723552ed06c1ab87e2be2faba8c06f9f Mon Sep 17 00:00:00 2001 From: Glen Souza Date: Wed, 26 Jul 2023 10:50:48 -0700 Subject: [PATCH 02/14] Update conditions.yml --- .github/workflows/conditions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conditions.yml b/.github/workflows/conditions.yml index 098336f..bb914e2 100644 --- a/.github/workflows/conditions.yml +++ b/.github/workflows/conditions.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: setup - run: echo setup + run: echo setup $github.event.inputs.runstep - name: optional run: echo optional step if: github.event.inputs.runstep == true From b6d59f42426f19e4a56b91170b877c3252fe6a49 Mon Sep 17 00:00:00 2001 From: Glen Souza Date: Wed, 26 Jul 2023 10:51:53 -0700 Subject: [PATCH 03/14] Update conditions.yml --- .github/workflows/conditions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conditions.yml b/.github/workflows/conditions.yml index bb914e2..c0938af 100644 --- a/.github/workflows/conditions.yml +++ b/.github/workflows/conditions.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: setup - run: echo setup $github.event.inputs.runstep + run: echo setup ${github.event.inputs.runstep} - name: optional run: echo optional step if: github.event.inputs.runstep == true From 291027916cc28b3722f842d0d633d260d471fc0b Mon Sep 17 00:00:00 2001 From: Glen Souza Date: Wed, 26 Jul 2023 10:53:12 -0700 Subject: [PATCH 04/14] Update conditions.yml --- .github/workflows/conditions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conditions.yml b/.github/workflows/conditions.yml index c0938af..d4fc6bd 100644 --- a/.github/workflows/conditions.yml +++ b/.github/workflows/conditions.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: setup - run: echo setup ${github.event.inputs.runstep} + run: echo setup ${{ github.event.inputs.runstep }} - name: optional run: echo optional step if: github.event.inputs.runstep == true From 7815a374f4da0ed8e4b25f3b3b77ec4e2e04a62b Mon Sep 17 00:00:00 2001 From: Glen Souza Date: Wed, 26 Jul 2023 10:55:01 -0700 Subject: [PATCH 05/14] Update conditions.yml --- .github/workflows/conditions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conditions.yml b/.github/workflows/conditions.yml index d4fc6bd..2df53a1 100644 --- a/.github/workflows/conditions.yml +++ b/.github/workflows/conditions.yml @@ -17,4 +17,4 @@ jobs: run: echo setup ${{ github.event.inputs.runstep }} - name: optional run: echo optional step - if: github.event.inputs.runstep == true + if: ${{ github.event.inputs.runstep }} == true From 6f7b192fb080173d42e08827c4886a1e54988527 Mon Sep 17 00:00:00 2001 From: Glen Souza Date: Wed, 26 Jul 2023 11:02:03 -0700 Subject: [PATCH 06/14] Update conditions.yml --- .github/workflows/conditions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conditions.yml b/.github/workflows/conditions.yml index 2df53a1..ced5171 100644 --- a/.github/workflows/conditions.yml +++ b/.github/workflows/conditions.yml @@ -17,4 +17,4 @@ jobs: run: echo setup ${{ github.event.inputs.runstep }} - name: optional run: echo optional step - if: ${{ github.event.inputs.runstep }} == true + if: ${{ github.event.inputs.runstep }} From 83a7b3e81500c471827e6431e9e4b0ba18479ced Mon Sep 17 00:00:00 2001 From: Glen Souza Date: Wed, 26 Jul 2023 11:03:28 -0700 Subject: [PATCH 07/14] Update conditions.yml --- .github/workflows/conditions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conditions.yml b/.github/workflows/conditions.yml index ced5171..18df42c 100644 --- a/.github/workflows/conditions.yml +++ b/.github/workflows/conditions.yml @@ -17,4 +17,4 @@ jobs: run: echo setup ${{ github.event.inputs.runstep }} - name: optional run: echo optional step - if: ${{ github.event.inputs.runstep }} + if: ${{ github.event.inputs.runstep == true }} From d3ac5cf2aced3a075bb1e3c862d8a0a9010917f4 Mon Sep 17 00:00:00 2001 From: Glen Souza Date: Wed, 26 Jul 2023 11:04:34 -0700 Subject: [PATCH 08/14] Update conditions.yml --- .github/workflows/conditions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conditions.yml b/.github/workflows/conditions.yml index 18df42c..ac714c6 100644 --- a/.github/workflows/conditions.yml +++ b/.github/workflows/conditions.yml @@ -17,4 +17,4 @@ jobs: run: echo setup ${{ github.event.inputs.runstep }} - name: optional run: echo optional step - if: ${{ github.event.inputs.runstep == true }} + if: ${{ github.event.inputs.runstep }} == ${{ true }} From d5d6a077d88aea5b5deda481be8852f0492af0dd Mon Sep 17 00:00:00 2001 From: Glen Souza Date: Wed, 26 Jul 2023 11:07:36 -0700 Subject: [PATCH 09/14] Update conditions.yml --- .github/workflows/conditions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conditions.yml b/.github/workflows/conditions.yml index ac714c6..a4519dd 100644 --- a/.github/workflows/conditions.yml +++ b/.github/workflows/conditions.yml @@ -17,4 +17,4 @@ jobs: run: echo setup ${{ github.event.inputs.runstep }} - name: optional run: echo optional step - if: ${{ github.event.inputs.runstep }} == ${{ true }} + if: ${{ github.event.inputs.runstep }} == 'true' From 0f5d56957b8c6bb4a4926aca90bbec1b67851eab Mon Sep 17 00:00:00 2001 From: Glen Souza Date: Wed, 26 Jul 2023 11:08:14 -0700 Subject: [PATCH 10/14] Update conditions.yml --- .github/workflows/conditions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conditions.yml b/.github/workflows/conditions.yml index a4519dd..2e873e4 100644 --- a/.github/workflows/conditions.yml +++ b/.github/workflows/conditions.yml @@ -17,4 +17,4 @@ jobs: run: echo setup ${{ github.event.inputs.runstep }} - name: optional run: echo optional step - if: ${{ github.event.inputs.runstep }} == 'true' + if: ${{ github.event.inputs.runstep == 'true' }} From 9129e1e92e7869b1e0736ba011d3d68219d0ffba Mon Sep 17 00:00:00 2001 From: Glen Souza Date: Wed, 26 Jul 2023 11:33:05 -0700 Subject: [PATCH 11/14] Update dotnet.yml --- .github/workflows/dotnet.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e80e03a..feca459 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -39,6 +39,7 @@ jobs: run: vstest.console.exe GitHubTest.Tests\bin\Release\GitHubTest.Tests.dll - name: Publish to folder + if: always() run: msbuild GitHubTest.Web\GitHubTest.Web.csproj /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="\published\" - name: Upload artifact for deployment job From 1bb807541921cbdab7b3503f876bf70f213e396f Mon Sep 17 00:00:00 2001 From: Glen Souza Date: Wed, 26 Jul 2023 11:37:40 -0700 Subject: [PATCH 12/14] Update dotnet.yml --- .github/workflows/dotnet.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index feca459..31f9c49 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -43,6 +43,7 @@ jobs: run: msbuild GitHubTest.Web\GitHubTest.Web.csproj /nologo /verbosity:m /t:Build /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="\published\" - name: Upload artifact for deployment job + if: always() uses: actions/upload-artifact@v2 with: name: ASP-app From 8c3f21823c2d5860c1ac4ef747dcbfab796745ca Mon Sep 17 00:00:00 2001 From: Glen Souza Date: Wed, 26 Jul 2023 11:43:39 -0700 Subject: [PATCH 13/14] Update composite.yml --- .github/workflows/composite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/composite.yml b/.github/workflows/composite.yml index e956722..27288c5 100644 --- a/.github/workflows/composite.yml +++ b/.github/workflows/composite.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: env: - ACR-NAME: myacr + ACR-NAME: glencontainerregistry jobs: main: From 12a85a0ea5402232d5848ee6f6969b7294814f0b Mon Sep 17 00:00:00 2001 From: Glen Souza Date: Wed, 26 Jul 2023 11:45:05 -0700 Subject: [PATCH 14/14] Update dotnet.yml --- .github/workflows/dotnet.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 31f9c49..4e3c6c0 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -34,9 +34,6 @@ jobs: - name: Build Solution run: | msbuild.exe /p:platform="Any CPU" /p:configuration="Release" - - - name: Run Tests - run: vstest.console.exe GitHubTest.Tests\bin\Release\GitHubTest.Tests.dll - name: Publish to folder if: always()