From 9b057a5c7cfd3ec0f912fe96304291b97042c761 Mon Sep 17 00:00:00 2001 From: Daniel Sklenitzka Date: Wed, 12 Apr 2023 16:44:31 +0200 Subject: [PATCH] Update azure-static-web-apps-red-water-002751303.yml --- .github/workflows/azure-static-web-apps-red-water-002751303.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps-red-water-002751303.yml b/.github/workflows/azure-static-web-apps-red-water-002751303.yml index ec8f23b..e7b2e83 100644 --- a/.github/workflows/azure-static-web-apps-red-water-002751303.yml +++ b/.github/workflows/azure-static-web-apps-red-water-002751303.yml @@ -46,7 +46,7 @@ jobs: with: dotnet-version: ${{ env.DOTNET_CORE_VERSION }} - name: Restore - run: dotnet restore "{{ env.FUNCTIONS_DIRECTORY }}/TicTacToe.Functions.csproj" + run: dotnet restore "${{ env.FUNCTIONS_DIRECTORY }}/TicTacToe.Functions.csproj" - name: Build run: dotnet build "${{ env.FUNCTIONS_DIRECTORY }}/TicTacToe.Functions.csproj" --configuration Release --no-restore - name: Publish