Skip to content

Commit

Permalink
Update azure-static-web-apps-red-water-002751303.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Skleni committed Apr 12, 2023
1 parent c3eabb7 commit 9b057a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b057a5

Please sign in to comment.