From 871a2977362cc5e4993bd49526bc0733dad3bd04 Mon Sep 17 00:00:00 2001 From: lindexi Date: Sun, 8 Dec 2019 11:19:16 +0800 Subject: [PATCH 01/12] Create dotnetcore.yml --- .github/workflows/dotnetcore.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/dotnetcore.yml diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml new file mode 100644 index 00000000000..364adc7d6d3 --- /dev/null +++ b/.github/workflows/dotnetcore.yml @@ -0,0 +1,13 @@ +name: .NET Core + +on: [push] + +jobs: + build: + + runs-on: windows-latest + + steps: + - uses: actions/checkout@v1 + - name: Build + run: .\build.cmd From ccd6f683855250ec3469b87356aa20fdcce00e5d Mon Sep 17 00:00:00 2001 From: lindexi Date: Fri, 27 Dec 2019 14:24:27 +0800 Subject: [PATCH 02/12] Update dotnetcore.yml --- .github/workflows/dotnetcore.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 364adc7d6d3..a8419ef4647 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -9,5 +9,13 @@ jobs: steps: - uses: actions/checkout@v1 + - name: Install Nuget + uses: nuget/setup-nuget@v1 + with: + nuget-version: '5.x' + + - name: Setup MSBuild.exe + uses: warrenbuckley/Setup-MSBuild@v1 + - name: Build run: .\build.cmd From fa0bc090848874ea8c64ae2125f812221846b7ac Mon Sep 17 00:00:00 2001 From: lindexi Date: Thu, 23 Apr 2020 11:34:58 +0800 Subject: [PATCH 03/12] Try fix --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index a8419ef4647..7959f6fbbcd 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -18,4 +18,4 @@ jobs: uses: warrenbuckley/Setup-MSBuild@v1 - name: Build - run: .\build.cmd + run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=$(x86) From 7858e4e2cae86e10d29911ff5a065fe3b7888370 Mon Sep 17 00:00:00 2001 From: lindexi Date: Thu, 23 Apr 2020 11:47:59 +0800 Subject: [PATCH 04/12] DalnuwergurNenerinea --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 7959f6fbbcd..dd2d64dba04 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -18,4 +18,4 @@ jobs: uses: warrenbuckley/Setup-MSBuild@v1 - name: Build - run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=$(x86) + run: .\build.cmd -pack -ci -configuration Release /p:Platform=$(x86) From a1d6820c8ddbc9b55558705d20f4656ac9d037a9 Mon Sep 17 00:00:00 2001 From: lindexi Date: Thu, 23 Apr 2020 11:49:29 +0800 Subject: [PATCH 05/12] WahajeehaLehelballralhi --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index dd2d64dba04..ebdbe8f18c2 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -18,4 +18,4 @@ jobs: uses: warrenbuckley/Setup-MSBuild@v1 - name: Build - run: .\build.cmd -pack -ci -configuration Release /p:Platform=$(x86) + run: .\build.cmd -pack -ci /p:Platform=$(x86) From 8945a80fe0175656dfc765a57365f1923471b148 Mon Sep 17 00:00:00 2001 From: lindexi Date: Thu, 23 Apr 2020 11:50:33 +0800 Subject: [PATCH 06/12] QalciwhellereHadelbohuyi --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index ebdbe8f18c2..cde3a559dac 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -18,4 +18,4 @@ jobs: uses: warrenbuckley/Setup-MSBuild@v1 - name: Build - run: .\build.cmd -pack -ci /p:Platform=$(x86) + run: .\build.cmd -pack /p:Platform=$(x86) From e4fc43577bfcfbc8b0258d7956c86418258ea574 Mon Sep 17 00:00:00 2001 From: lindexi Date: Thu, 23 Apr 2020 11:52:47 +0800 Subject: [PATCH 07/12] KucemkeeqaiJikearqayjaykecel --- .github/workflows/dotnetcore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index cde3a559dac..05d07d5f567 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -18,4 +18,4 @@ jobs: uses: warrenbuckley/Setup-MSBuild@v1 - name: Build - run: .\build.cmd -pack /p:Platform=$(x86) + run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=x86 From 13839999674f51238cc0d4edc140783c52583c16 Mon Sep 17 00:00:00 2001 From: lindexi Date: Thu, 23 Apr 2020 15:05:48 +0800 Subject: [PATCH 08/12] Remove msbuild --- .github/workflows/dotnetcore.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 05d07d5f567..0a64ba9c107 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -14,8 +14,5 @@ jobs: with: nuget-version: '5.x' - - name: Setup MSBuild.exe - uses: warrenbuckley/Setup-MSBuild@v1 - - name: Build run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=x86 From 5730b5e113c2810009e4566b7ea4b5f3cd8c389f Mon Sep 17 00:00:00 2001 From: lindexi Date: Sat, 25 Apr 2020 14:50:13 +0800 Subject: [PATCH 09/12] =?UTF-8?q?=E6=8E=A8=E9=80=81=E7=A7=81=E6=9C=89?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnetcore.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index 0a64ba9c107..eb552f0c00e 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -13,6 +13,10 @@ jobs: uses: nuget/setup-nuget@v1 with: nuget-version: '5.x' - + - name: Restore + run: nuget restore - name: Build run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=x86 + - name: Push + run: nuget push .\artifacts\packages\Release\NonShipping\*.nupkg -Source https://www.myget.org/F/lindexi/api/v2/package -ApiKey d82d56b1-ee09-4dea-a7bb-315d4aa01ff5 -SkipDuplicate -NoSymbols + From 1466e1bd2ee78a7d3e62e82512b720095f445a8c Mon Sep 17 00:00:00 2001 From: lindexi Date: Sat, 25 Apr 2020 14:52:18 +0800 Subject: [PATCH 10/12] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnetcore.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index eb552f0c00e..cd3d04461ec 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -13,8 +13,6 @@ jobs: uses: nuget/setup-nuget@v1 with: nuget-version: '5.x' - - name: Restore - run: nuget restore - name: Build run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=x86 - name: Push From f9ee75d2771fbb19d49a7b8513957ef8fa1ba810 Mon Sep 17 00:00:00 2001 From: lindexi Date: Sat, 25 Apr 2020 14:58:45 +0800 Subject: [PATCH 11/12] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnetcore.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index cd3d04461ec..74aafcd32fe 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -16,5 +16,8 @@ jobs: - name: Build run: .\build.cmd -pack -ci -configuration Release -prepareMachine /p:Platform=x86 - name: Push - run: nuget push .\artifacts\packages\Release\NonShipping\*.nupkg -Source https://www.myget.org/F/lindexi/api/v2/package -ApiKey d82d56b1-ee09-4dea-a7bb-315d4aa01ff5 -SkipDuplicate -NoSymbols - + uses: actions/upload-artifact@v1 + with: + name: WPF + path: ./artifacts/packages/Release/NonShipping + From ee05827906c4a1503a08c27a9576abd6517a7969 Mon Sep 17 00:00:00 2001 From: lindexi Date: Sat, 25 Apr 2020 17:44:20 +0800 Subject: [PATCH 12/12] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 06fecd8b93e..056de82bb07 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -1,7 +1,7 @@ - 5.0.0 + 5.0.1 preview 5 5.0.0-preview.4.20220.15