Skip to content

Commit 844c5d1

Browse files
Reinstate globls.json change (#12)
Reinstate change to globals.json to match level of .NET we have available --------- Co-authored-by: Anup Kodlekere <100858233+anup-kodlekere@users.noreply.github.com>
1 parent 94f9a5b commit 844c5d1

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

build-files/runner-s390x.patch

+12-1
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,15 @@ index 056a312..8370922 100644
240240
+ <MSBuild Targets="Publish" Projects="@(ProjectFiles)" BuildInParallel="false" StopOnFirstFailure="true" Properties="Configuration=$(BUILDCONFIG);PackageRuntime=$(PackageRuntime);Version=$(RunnerVersion);$(PublishRuntimeIdentifier);PublishDir=$(MSBuildProjectDirectory)/../_layout/bin" />
241241
<Exec Command="%22$(DesktopMSBuild)%22 Runner.Service/Windows/RunnerService.csproj /p:Configuration=$(BUILDCONFIG) /p:PackageRuntime=$(PackageRuntime) /p:OutputPath=%22$(MSBuildProjectDirectory)/../_layout/bin%22" ConsoleToMSBuild="true" Condition="'$(PackageRuntime)' == 'win-x64' Or '$(PackageRuntime)' == 'win-x86' Or '$(PackageRuntime)' == 'win-arm64'" />
242242
</Target>
243-
243+
244+
diff --git a/src/global.json b/src/global.json
245+
index b014aea..70e3dcc 100644
246+
--- a/src/global.json
247+
+++ b/src/global.json
248+
@@ -1,5 +1,5 @@
249+
{
250+
"sdk": {
251+
- "version": "6.0.419"
252+
+ "version": "6.0.126"
253+
}
254+
}

0 commit comments

Comments
 (0)