-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from OutSystems/net8
.net 8 update
- Loading branch information
Showing
11 changed files
with
16 additions
and
16 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
TestLambda_UltimatePDF_ExternalLogic/generate_upload_package.ps1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Set-ExecutionPolicy -Scope CurrentUser Unrestricted | ||
dotnet publish -c Release -r linux-x64 --self-contained false | ||
Compress-Archive -Path .\src\TestLambda_UltimatePDF_ExternalLogic\bin\Release\net6.0\linux-x64\publish\* -Update -DestinationPath TestLambda_UltimatePDF_ExternalLogic.zip -CompressionLevel Optimal | ||
Compress-Archive -Path .\src\TestLambda_UltimatePDF_ExternalLogic\bin\Release\net8.0\linux-x64\publish\* -Update -DestinationPath TestLambda_UltimatePDF_ExternalLogic.zip -CompressionLevel Optimal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Set-ExecutionPolicy -Scope CurrentUser Unrestricted | ||
dotnet publish -c Release -r linux-x64 --self-contained false | ||
Compress-Archive -Path .\bin\Release\net6.0\linux-x64\publish\* -Update -DestinationPath UltimatePDFLambdaAuthorizer.zip -CompressionLevel Optimal | ||
Compress-Archive -Path .\bin\Release\net8.0\linux-x64\publish\* -Update -DestinationPath UltimatePDFLambdaAuthorizer.zip -CompressionLevel Optimal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Set-ExecutionPolicy -Scope CurrentUser Unrestricted | ||
dotnet publish -c Release -r linux-x64 --self-contained false | ||
Compress-Archive -Path .\bin\Release\net6.0\linux-x64\publish\* -Update -DestinationPath UltimatePDFLambda.zip -CompressionLevel Optimal | ||
Compress-Archive -Path .\bin\Release\net8.0\linux-x64\publish\* -Update -DestinationPath UltimatePDFLambda.zip -CompressionLevel Optimal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Remove-Item -Path .\UltimatePDF_ExternalLogic.zip -Force | ||
Set-ExecutionPolicy -Scope CurrentUser Unrestricted | ||
dotnet publish -c Release -r linux-x64 --self-contained false | ||
Compress-Archive -Path .\UltimatePDF_ExternalLogic\bin\Release\net6.0\linux-x64\publish\* -Update -DestinationPath UltimatePDF_ExternalLogic.zip | ||
Compress-Archive -Path .\UltimatePDF_ExternalLogic\bin\Release\net8.0\linux-x64\publish\* -Update -DestinationPath UltimatePDF_ExternalLogic.zip |
Binary file not shown.
Binary file not shown.