Skip to content

Commit

Permalink
remove commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid committed Jun 19, 2024
1 parent 2f63ea3 commit 5f04a9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate-build-analyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: dotnet restore $solution

- name: Build
run: dotnet build $solution #--configuration $config #--no-restore -p:FileVersionRevision=$GITHUB_RUN_NUMBER -p:ContinuousIntegrationBuild=true
run: dotnet build $solution

# Install Azurite
- name: Set up Node.js (needed for Azurite)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-build-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: dotnet restore $solution

- name: Build
run: dotnet build $solution #--configuration $config #--no-restore -p:FileVersionRevision=$GITHUB_RUN_NUMBER -p:ContinuousIntegrationBuild=true
run: dotnet build $solution

# Install Azurite
- name: Set up Node.js (needed for Azurite)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: dotnet restore $solution

- name: Build
run: dotnet build $solution #--configuration $config #--no-restore -p:FileVersionRevision=$GITHUB_RUN_NUMBER -p:ContinuousIntegrationBuild=true
run: dotnet build $solution

# Install Azurite
- name: Set up Node.js (needed for Azurite)
Expand Down

0 comments on commit 5f04a9e

Please sign in to comment.