From 1ceae23a5006e03e45b3893c01d59ec29f5b11e3 Mon Sep 17 00:00:00 2001 From: carterchen Date: Sun, 14 Jun 2020 16:25:20 +0800 Subject: [PATCH 1/2] 111 --- .github/123.yml | 18 ++++++++++++++++++ eng/Version.Details.xml | 4 ++-- global.json | 3 ++- 3 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 .github/123.yml diff --git a/.github/123.yml b/.github/123.yml new file mode 100644 index 00000000000..0a64ba9c107 --- /dev/null +++ b/.github/123.yml @@ -0,0 +1,18 @@ +name: .NET Core + +on: [push] + +jobs: + build: + + runs-on: windows-latest + + steps: + - uses: actions/checkout@v1 + - name: Install Nuget + uses: nuget/setup-nuget@v1 + with: + nuget-version: '5.x' + + - name: Build + run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=x86 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 50aea46784b..786de4834a2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,9 +1,9 @@ - + https://github.com/dotnet/winforms - 4c0522e03b13e6a1c4412486643c148b1fd4ce41 + ee014f89c09c1804af960c26279c46188963c2b6 diff --git a/global.json b/global.json index 934a32656ba..21baea4fa32 100644 --- a/global.json +++ b/global.json @@ -18,6 +18,7 @@ "native-tools": { "strawberry-perl": "5.28.1.1-1", "net-framework-48-ref-assemblies": "0.0.0.1", - "dotnet-api-docs_netcoreapp3.0": "0.0.0.2" + "dotnet-api-docs_netcoreapp3.0": "0.0.0.2", + "msvcurt-c1xx": "0.0.0.9" } } From df600a21bfad8d4dbb52e3f1f89920ce77a2e0dd Mon Sep 17 00:00:00 2001 From: sdcarterchen Date: Sun, 14 Jun 2020 16:30:57 +0800 Subject: [PATCH 2/2] Update 123.yml --- .github/123.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/123.yml b/.github/123.yml index 0a64ba9c107..8baf6d3d14f 100644 --- a/.github/123.yml +++ b/.github/123.yml @@ -1,5 +1,4 @@ name: .NET Core - on: [push] jobs: