Skip to content

Commit

Permalink
Uncommented a github action step
Browse files Browse the repository at this point in the history
  • Loading branch information
ProgrammerAL committed Apr 30, 2024
1 parent e447fb3 commit 21f4805
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 21f4805

Please sign in to comment.