From 1369fde15fb2560db0819463ddef6eb73c940ba3 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Tue, 1 Aug 2023 11:13:22 +0000 Subject: [PATCH] [Dependencies] - Update .github/actions/dotnet-publish/action.yml to match the template repo --- .github/actions/dotnet-publish/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/dotnet-publish/action.yml b/.github/actions/dotnet-publish/action.yml index f1dd2685..f219521d 100644 --- a/.github/actions/dotnet-publish/action.yml +++ b/.github/actions/dotnet-publish/action.yml @@ -30,7 +30,6 @@ runs: working-directory: ${{github.workspace}}/src/${{inputs.OCTOPUS_DEPLOY_PACKAGE}} shell: bash run: dotnet publish -warnaserror --configuration:Release -r:${{inputs.PLATFORM}} --self-contained -p:NoWarn=NETSDK1179 -p:PublishSingleFile=true -p:PublishAot=false -p:PublishReadyToRun=False -p:PublishReadyToRunShowWarnings=True -p:PublishTrimmed=False -p:DisableSwagger=False -p:TreatWarningsAsErrors=True "-p:Version=${{inputs.BUILD_VERSION}}" -p:IncludeNativeLibrariesForSelfExtract=false -p:SolutionDir=..\\ --output ../server-dist/${{inputs.PLATFORM}} -nodeReuse:False ${{env.DOTNET_RELEASE_DEFINES}} - #${{env.NUGET_SOURCES}} env: ReleaseNotes: ${{inputs.RELEASE_NOTES}} DOTNET_ROOT: "${{github.workspace}}/.dotnet/${{github.sha}}-${{github.run_id}}-${{github.run_number}}-${{github.run_attempt}}"