We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e2d42 commit 8ba6c27Copy full SHA for 8ba6c27
src/oryx/install.sh
@@ -186,7 +186,7 @@ cd $GIT_ORYX
186
${DOTNET_BINARY} build "$SOLUTION_FILE_NAME" -c Debug
187
188
${DOTNET_BINARY} publish -property:ValidateExecutableReferencesMatchSelfContained=false -r linux-x64 -o ${BUILD_SCRIPT_GENERATOR} -c Release $GIT_ORYX/src/BuildScriptGeneratorCli/BuildScriptGeneratorCli.csproj --self-contained true
189
-${DOTNET_BINARY} publish -r linux-x64 -o ${BUILD_SCRIPT_GENERATOR} -c Release $GIT_ORYX/src/BuildServer/BuildServer.csproj
+${DOTNET_BINARY} publish -r linux-x64 -o ${BUILD_SCRIPT_GENERATOR} -c Release $GIT_ORYX/src/BuildServer/BuildServer.csproj --self-contained true
190
191
chmod a+x ${BUILD_SCRIPT_GENERATOR}/GenerateBuildScript
192
0 commit comments