Skip to content

Commit a930f04

Browse files
💚 🐛 Fix looping bug on CD pipeline in ilrepack
1 parent 9f7ea90 commit a930f04

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ jobs:
7979
${{ github.workspace }}\net481SQL-server\bin\Release\Microsoft.SqlServer.Server.dll
8080
8181
# Merge NET 8 DLLs (using ILRepack)
82-
ilrepack /out:${{ github.workspace }}\NET8\bin\Release\net8.0\win-x64\NET8-Merged.dll `
83-
/lib:${{ github.workspace }}\NET8\bin\Release\net8.0\win-x64\publish `
82+
ilrepack /out:${{ github.workspace }}\NET8\bin\Release\net8.0\win-x64\NET8.dll `
8483
/union `
8584
/internalize `
8685
${{ github.workspace }}\NET8\bin\Release\net8.0\win-x64\publish\NET8.dll `
@@ -90,7 +89,7 @@ jobs:
9089
New-Item -ItemType Directory -Path ${{ github.workspace }}\release-files -Force
9190
Copy-Item ${{ github.workspace }}\net481PB\bin\Release\SecureLibrary-PB-Merged.dll ${{ github.workspace }}\release-files\SecureLibrary-PB.dll
9291
Copy-Item ${{ github.workspace }}\net481SQL-server\bin\Release\SecureLibrary-SQL-Merged.dll ${{ github.workspace }}\release-files\SecureLibrary-SQL.dll
93-
Copy-Item ${{ github.workspace }}\NET8\bin\Release\net8.0\win-x64\NET8-Merged.dll ${{ github.workspace }}\release-files\NET8.dll
92+
Copy-Item ${{ github.workspace }}\NET8\bin\Release\net8.0\win-x64\NET8.dll ${{ github.workspace }}\release-files\NET8.dll
9493
9594
- name: Get latest release version and Generate release notes
9695
id: get_latest_release

0 commit comments

Comments
 (0)