-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/NetSparkleUpdater/NetSpa…
…rkle into develop
- Loading branch information
Showing
15 changed files
with
59 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
matrix: | ||
os: [windows-latest, macos-latest, ubuntu-latest] | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- uses: nuget/setup-nuget@v2 | ||
with: | ||
nuget-api-key: ${{secrets.NUGET_API_KEY}} | ||
|
@@ -23,13 +23,14 @@ jobs: | |
uses: microsoft/[email protected] | ||
if: matrix.os == 'windows-latest' | ||
|
||
- name: Setup .NET 6.0, 7.0, 8.0 for tests | ||
uses: actions/setup-dotnet@v4.0.1 | ||
- name: Setup .NET 6.0, 7.0, 8.0, 9.0 for tests | ||
uses: actions/setup-dotnet@v4.1.0 | ||
with: | ||
dotnet-version: | | ||
6.0.x | ||
7.0.x | ||
8.0.x | ||
9.0.x | ||
- name: Run NetSparkle.Tests in .NET 4.6.2 | ||
run: dotnet test -f net462 ${{ github.workspace }}/src/NetSparkle.Tests/NetSparkle.Tests.csproj | ||
|
@@ -53,12 +54,18 @@ jobs: | |
- name: Run NetSparkle.Tests.AppCastGenerator in .NET 8 | ||
run: dotnet test -f net8.0 ${{ github.workspace }}/src/NetSparkle.Tests.AppCastGenerator/NetSparkle.Tests.AppCastGenerator.csproj | ||
|
||
- name: Run NetSparkle.Tests in .NET 9 | ||
run: dotnet test -f net9.0 ${{ github.workspace }}/src/NetSparkle.Tests/NetSparkle.Tests.csproj | ||
|
||
- name: Run NetSparkle.Tests.AppCastGenerator in .NET 9 | ||
run: dotnet test -f net9.0 ${{ github.workspace }}/src/NetSparkle.Tests.AppCastGenerator/NetSparkle.Tests.AppCastGenerator.csproj | ||
|
||
build: | ||
name: Build all packages as smoke test | ||
runs-on: windows-latest | ||
needs: test | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- uses: nuget/setup-nuget@v2 | ||
with: | ||
nuget-api-key: ${{secrets.NUGET_API_KEY}} | ||
|
@@ -67,13 +74,14 @@ jobs: | |
- name: Add MSBuild to PATH | ||
uses: microsoft/[email protected] | ||
|
||
- name: Setup .NET 6.0, 7.0, 8.0 | ||
uses: actions/setup-dotnet@v4.0.1 | ||
- name: Setup .NET 6.0, 7.0, 8.0, 9.0 | ||
uses: actions/setup-dotnet@v4.1.0 | ||
with: | ||
dotnet-version: | | ||
6.0.x | ||
7.0.x | ||
8.0.x | ||
9.0.x | ||
- name: Clean things to be safe | ||
run: | | ||
|
@@ -104,7 +112,7 @@ jobs: | |
needs: build | ||
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/avalonia-preview' || github.ref == 'refs/heads/versions/2.x' | ||
steps: | ||
- uses: actions/[email protected].1 | ||
- uses: actions/[email protected].2 | ||
- uses: nuget/setup-nuget@v2 | ||
with: | ||
nuget-api-key: ${{secrets.NUGET_API_KEY}} | ||
|
@@ -113,13 +121,14 @@ jobs: | |
- name: Add MSBuild to PATH | ||
uses: microsoft/[email protected] | ||
|
||
- name: Setup .NET 6.0, 7.0, 8.0 | ||
uses: actions/setup-dotnet@v4.0.1 | ||
- name: Setup .NET 6.0, 7.0, 8.0, 9.0 | ||
uses: actions/setup-dotnet@v4.1.0 | ||
with: | ||
dotnet-version: | | ||
6.0.x | ||
7.0.x | ||
8.0.x | ||
9.0.x | ||
- name: Publish NetSparkleUpdater.SparkleUpdater on version change | ||
uses: nitz/publish-nuget@60fd3adf9d9eecc3bbf8a98738734d3061347172 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/NetSparkle.Tests.AppCastGenerator/NetSparkle.Tests.AppCastGenerator.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters