Update buildproject.yaml
All checks were successful
All checks were successful
This commit is contained in:
@@ -8,11 +8,12 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
dotnet: [ '8.0.405' ]
|
||||
name: Dotnet ${{ matrix.dotnet }} sample
|
||||
publishprofile: [ 'PublishLinuxX64', 'PublishWinX64' ]
|
||||
name: Publish Dotnet ${{ matrix.dotnet }} Profile ${{ matrix.publishprofile }}
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Setup dotnet
|
||||
uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: ${{ matrix.dotnet }}
|
||||
- run: dotnet publish GiteaTest.sln -p:PublishProfile=PublishLinuxX64
|
||||
- run: dotnet publish GiteaTest.sln -p:PublishProfile=${{ matrix.publishprofile }}
|
||||
|
||||
Reference in New Issue
Block a user