Skip to content

Commit

Permalink
Update main.yml (#190)
Browse files Browse the repository at this point in the history
Update pipeline to use .NET 8.
  • Loading branch information
AaronRobinsonMSFT authored Aug 24, 2024
1 parent 2d475ae commit 4c5bd0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
dotnet-quality: 'ga'
- name: Build Product and Package
run: dotnet build src/create_package.proj -c ${{ matrix.flavor }}
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
dotnet-quality: 'ga'
- name: Build Product and Package
run: dotnet build src\create_package.proj -c ${{ matrix.flavor }}
Expand All @@ -76,7 +76,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0.x'
dotnet-version: '8.0.x'
dotnet-quality: 'ga'
- name: Build Product and Package
run: dotnet build src/create_package.proj -c ${{ matrix.flavor }}
Expand Down

0 comments on commit 4c5bd0a

Please sign in to comment.