Skip to content

Commit a1ed759

Browse files
committed
Update release.yaml
1 parent cae5746 commit a1ed759

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@ jobs:
1111
- name: Setup .NET
1212
uses: actions/setup-dotnet@v1
1313
with:
14-
dotnet-version: 8.0.x
14+
dotnet-version: 9.0.x
1515
- name: Install dependencies
1616
run: dotnet restore src\SharpWebview\SharpWebview.csproj
1717
- name: Build
1818
run: dotnet build src\SharpWebview\SharpWebview.csproj --configuration Release
1919
- name: Package nuget
2020
run: dotnet pack src\SharpWebview\SharpWebview.csproj --configuration Release
21+
- name: Package AOT nuget
22+
run: dotnet pack src\SharpWebview\SharpWebview.csproj --configuration Release -p:PublishAot=true -p:PackageId=SharpWebview.Aot
2123
- name: Push nuget
2224
run: dotnet nuget push src\SharpWebview\bin\Release\*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols

0 commit comments

Comments
 (0)