Skip to content

Commit 8ba6c27

Browse files
committed
Add self container to Buildserver project also
1 parent 31e2d42 commit 8ba6c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/oryx/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ cd $GIT_ORYX
186186
${DOTNET_BINARY} build "$SOLUTION_FILE_NAME" -c Debug
187187

188188
${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
189+
${DOTNET_BINARY} publish -r linux-x64 -o ${BUILD_SCRIPT_GENERATOR} -c Release $GIT_ORYX/src/BuildServer/BuildServer.csproj --self-contained true
190190

191191
chmod a+x ${BUILD_SCRIPT_GENERATOR}/GenerateBuildScript
192192

0 commit comments

Comments
 (0)