File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 `
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
You can’t perform that action at this time.
0 commit comments