Skip to content

Commit

Permalink
Commented out part of github action. It'l be re-enabled later when th…
Browse files Browse the repository at this point in the history
…e deployment stuff is added
  • Loading branch information
ProgrammerAL committed Apr 30, 2024
1 parent 3833678 commit 17d3bed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
- name: Install Pulumi
uses: pulumi/setup-pulumi@v2

- name: Dotnet Restore - Pulumi Project
run: dotnet restore ${{ env.PULUMI_PROJECT_FILE_PATH }}
# - name: Dotnet Restore - Pulumi Project
# run: dotnet restore ${{ env.PULUMI_PROJECT_FILE_PATH }}

- name: Cake - Build
run: dotnet run --project build/build/Build.csproj -- --configuration=${{ env.CONFIGURATION }} --srcDirectoryPath=${{ env.SRC_DIRECTORY_PATH }} --BuildArtifactsPath=${{ env.BUILD_ARTIFACTS_PATH }}
Expand Down

0 comments on commit 17d3bed

Please sign in to comment.