diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml new file mode 100644 index 00000000000..74aafcd32fe --- /dev/null +++ b/.github/workflows/dotnetcore.yml @@ -0,0 +1,23 @@ +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 + - name: Push + uses: actions/upload-artifact@v1 + with: + name: WPF + path: ./artifacts/packages/Release/NonShipping + 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