Remove unneeded run

This commit is contained in:
BDisp
2025-06-03 10:58:17 +01:00
parent 127e24a5da
commit e04498d1ce

View File

@@ -38,10 +38,5 @@ jobs:
- name: Restore Solution Packages
run: dotnet restore
- name: Build Release AOT and Self-Contained
run: |
dotnet build ./Examples/NativeAot/NativeAot.csproj --configuration Release
dotnet build ./Examples/SelfContained/SelfContained.csproj --configuration Release
- name: Build Release Solution without restore
run: dotnet build --configuration Release --no-restore