Skip to content

Commit

Permalink
Update GHA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
justinyoo committed Nov 5, 2023
1 parent a7d2507 commit 968d9d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/azure-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
# - name: Restore NuGet packages - Windows
# if: matrix.os == 'windows-latest'
# shell: bash
# shell: pwsh
# run: |
# dotnet restore YouTubeSummariserWin.sln

Expand All @@ -79,7 +79,7 @@ jobs:
# - name: Test solution - Windows
# if: matrix.os == 'windows-latest'
# shell: bash
# shell: pwsh
# run: |
# dotnet test YouTubeSummariserWin.sln -c Release

Expand All @@ -91,7 +91,7 @@ jobs:
# - name: Create artifacts - Windows
# if: matrix.os == 'windows-latest' && (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch'
# shell: bash
# shell: pwsh
# run: |
# dotnet publish YouTubeSummariserWin.sln -c Release

Expand Down

0 comments on commit 968d9d5

Please sign in to comment.