File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
host/4/bullseye/dotnet-inproc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN BUILD_NUMBER=$(echo ${HOST_VERSION} | cut -d'.' -f 3) && \
15
15
git clone --branch v${HOST_VERSION} https://github.com/Azure/azure-functions-host /src/azure-functions-host && \
16
16
cd /src/azure-functions-host && \
17
17
HOST_COMMIT=$(git rev-list -1 HEAD) && \
18
- dotnet publish -v q /p:BuildNumber=$BUILD_NUMBER /p:CommitHash=$HOST_COMMIT src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj -c Release --output /azure-functions-host --runtime linux-x64 --framework net6.0 --self-contained && \
18
+ dotnet publish -v q /p:BuildNumber=$BUILD_NUMBER /p:CommitHash=$HOST_COMMIT src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj -c Release --output /azure-functions-host --runtime linux-x64 --framework net6.0 --self-contained /p:MinorVersionPrefix=6 && \
19
19
20
20
mv /azure-functions-host/workers /workers && mkdir /azure-functions-host/workers && \
21
21
rm -rf /root/.local /root/.nuget /src
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ RUN BUILD_NUMBER=$(echo ${HOST_VERSION} | cut -d'.' -f 3) && \
15
15
git clone --branch v${HOST_VERSION} https://github.com/Azure/azure-functions-host /src/azure-functions-host && \
16
16
cd /src/azure-functions-host && \
17
17
HOST_COMMIT=$(git rev-list -1 HEAD) && \
18
- dotnet publish -v q /p:BuildNumber=$BUILD_NUMBER /p:CommitHash=$HOST_COMMIT src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj -c Release --output /azure-functions-host --runtime linux-x64 --framework net6.0 --self-contained && \
18
+ dotnet publish -v q /p:BuildNumber=$BUILD_NUMBER /p:CommitHash=$HOST_COMMIT src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj -c Release --output /azure-functions-host --runtime linux-x64 --framework net6.0 --self-contained /p:MinorVersionPrefix=6 && \
19
19
20
20
mv /azure-functions-host/workers /workers && mkdir /azure-functions-host/workers && \
21
21
rm -rf /root/.local /root/.nuget /src
You can’t perform that action at this time.
0 commit comments