|
|
@ -58,7 +58,7 @@ jobs: |
|
|
|
Tests3: ILSpy.BamlDecompiler.Tests\bin\${{ matrix.configuration }}\net8.0-windows\win-x64\ILSpy.BamlDecompiler.Tests.dll |
|
|
|
Tests3: ILSpy.BamlDecompiler.Tests\bin\${{ matrix.configuration }}\net8.0-windows\win-x64\ILSpy.BamlDecompiler.Tests.dll |
|
|
|
|
|
|
|
|
|
|
|
- name: Upload Test Logs |
|
|
|
- name: Upload Test Logs |
|
|
|
uses: actions/upload-artifact@v3 |
|
|
|
uses: actions/upload-artifact@v4 |
|
|
|
if: success() || failure() |
|
|
|
if: success() || failure() |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: test-results-${{ matrix.configuration }} |
|
|
|
name: test-results-${{ matrix.configuration }} |
|
|
@ -111,7 +111,7 @@ jobs: |
|
|
|
# https://github.com/actions/upload-artifact |
|
|
|
# https://github.com/actions/upload-artifact |
|
|
|
- name: Upload VSIX (VS 2019) release build artifacts |
|
|
|
- name: Upload VSIX (VS 2019) release build artifacts |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
uses: actions/upload-artifact@v3 |
|
|
|
uses: actions/upload-artifact@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: ILSpy VS Addin for VS 2017-2019 ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }}) |
|
|
|
name: ILSpy VS Addin for VS 2017-2019 ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }}) |
|
|
|
path: ILSpy.AddIn\bin\${{ matrix.configuration }}\net472\*.vsix |
|
|
|
path: ILSpy.AddIn\bin\${{ matrix.configuration }}\net472\*.vsix |
|
|
@ -119,7 +119,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
- name: Upload VSIX (VS 2022) release build artifacts |
|
|
|
- name: Upload VSIX (VS 2022) release build artifacts |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
uses: actions/upload-artifact@v3 |
|
|
|
uses: actions/upload-artifact@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: ILSpy VS Addin for VS 2022 ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }}) |
|
|
|
name: ILSpy VS Addin for VS 2022 ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }}) |
|
|
|
path: ILSpy.AddIn.VS2022\bin\${{ matrix.configuration }}\net472\*.vsix |
|
|
|
path: ILSpy.AddIn.VS2022\bin\${{ matrix.configuration }}\net472\*.vsix |
|
|
@ -127,7 +127,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
- name: Upload Decompiler NuGet release build artifacts |
|
|
|
- name: Upload Decompiler NuGet release build artifacts |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
uses: actions/upload-artifact@v3 |
|
|
|
uses: actions/upload-artifact@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: ICSharpCode.Decompiler NuGet Package (${{ matrix.configuration }}) |
|
|
|
name: ICSharpCode.Decompiler NuGet Package (${{ matrix.configuration }}) |
|
|
|
path: ICSharpCode.Decompiler\bin\Release\ICSharpCode.Decompiler*.nupkg |
|
|
|
path: ICSharpCode.Decompiler\bin\Release\ICSharpCode.Decompiler*.nupkg |
|
|
@ -140,7 +140,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
- name: Upload ILSpyX NuGet release build artifacts |
|
|
|
- name: Upload ILSpyX NuGet release build artifacts |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
uses: actions/upload-artifact@v3 |
|
|
|
uses: actions/upload-artifact@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: ICSharpCode.ILSpyX NuGet Package (${{ matrix.configuration }}) |
|
|
|
name: ICSharpCode.ILSpyX NuGet Package (${{ matrix.configuration }}) |
|
|
|
path: ICSharpCode.ILSpyX\bin\Release\ICSharpCode.ILSpyX*.nupkg |
|
|
|
path: ICSharpCode.ILSpyX\bin\Release\ICSharpCode.ILSpyX*.nupkg |
|
|
@ -152,7 +152,7 @@ jobs: |
|
|
|
dotnet nuget push "ICSharpCode.ILSpyX\bin\Release\ICSharpCode.ILSpyX*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source https://nuget.pkg.github.com/${{ github.repository_owner }} |
|
|
|
dotnet nuget push "ICSharpCode.ILSpyX\bin\Release\ICSharpCode.ILSpyX*.nupkg" --api-key ${{ secrets.GITHUB_TOKEN }} --source https://nuget.pkg.github.com/${{ github.repository_owner }} |
|
|
|
|
|
|
|
|
|
|
|
- name: Upload zip binaries build artifacts |
|
|
|
- name: Upload zip binaries build artifacts |
|
|
|
uses: actions/upload-artifact@v3 |
|
|
|
uses: actions/upload-artifact@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: ILSpy ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }}) |
|
|
|
name: ILSpy ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }}) |
|
|
|
path: ${{ env.StagingDirectory }}\ILSpy_binaries.zip |
|
|
|
path: ${{ env.StagingDirectory }}\ILSpy_binaries.zip |
|
|
@ -160,7 +160,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
- name: Upload x64 self-contained zip (Release-only) |
|
|
|
- name: Upload x64 self-contained zip (Release-only) |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
uses: actions/upload-artifact@v3 |
|
|
|
uses: actions/upload-artifact@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: ILSpy self-contained x64 ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }}) |
|
|
|
name: ILSpy self-contained x64 ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }}) |
|
|
|
path: ${{ env.StagingDirectory }}\ILSpy_selfcontained_x64.zip |
|
|
|
path: ${{ env.StagingDirectory }}\ILSpy_selfcontained_x64.zip |
|
|
@ -168,7 +168,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
- name: Upload arm64 framework-dependent zip (Release-only) |
|
|
|
- name: Upload arm64 framework-dependent zip (Release-only) |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
uses: actions/upload-artifact@v3 |
|
|
|
uses: actions/upload-artifact@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: ILSpy arm64 ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }}) |
|
|
|
name: ILSpy arm64 ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }}) |
|
|
|
path: ${{ env.StagingDirectory }}\ILSpy_binaries_arm64.zip |
|
|
|
path: ${{ env.StagingDirectory }}\ILSpy_binaries_arm64.zip |
|
|
@ -176,7 +176,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
- name: Upload x64 installer artifact |
|
|
|
- name: Upload x64 installer artifact |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
uses: actions/upload-artifact@v3 |
|
|
|
uses: actions/upload-artifact@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: ILSpy Installer x64 ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }}) |
|
|
|
name: ILSpy Installer x64 ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }}) |
|
|
|
path: ILSpy.Installer\wix\*-x64.msi |
|
|
|
path: ILSpy.Installer\wix\*-x64.msi |
|
|
@ -184,7 +184,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
- name: Upload arm64 installer artifact |
|
|
|
- name: Upload arm64 installer artifact |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
uses: actions/upload-artifact@v3 |
|
|
|
uses: actions/upload-artifact@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: ILSpy Installer arm64 ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }}) |
|
|
|
name: ILSpy Installer arm64 ${{ steps.version.outputs.ILSPY_VERSION_NUMBER }} (${{ matrix.configuration }}) |
|
|
|
path: ILSpy.Installer\wix\*-arm64.msi |
|
|
|
path: ILSpy.Installer\wix\*-arm64.msi |
|
|
@ -192,7 +192,7 @@ jobs: |
|
|
|
|
|
|
|
|
|
|
|
- name: Upload ilspycmd release build artifacts |
|
|
|
- name: Upload ilspycmd release build artifacts |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
if: matrix.configuration == 'release' |
|
|
|
uses: actions/upload-artifact@v3 |
|
|
|
uses: actions/upload-artifact@v4 |
|
|
|
with: |
|
|
|
with: |
|
|
|
name: ilspycmd dotnet tool (${{ matrix.configuration }}) |
|
|
|
name: ilspycmd dotnet tool (${{ matrix.configuration }}) |
|
|
|
path: ICSharpCode.ILSpyCmd\bin\Release\ilspycmd*.nupkg |
|
|
|
path: ICSharpCode.ILSpyCmd\bin\Release\ilspycmd*.nupkg |
|
|
|