defend
5 years ago
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
|||||
|
kind: pipeline |
||||
|
name: default |
||||
|
|
||||
|
platform: |
||||
|
os: windows |
||||
|
arch: amd64 |
||||
|
|
||||
|
steps: |
||||
|
- name: msbuild |
||||
|
image: mcr.microsoft.com/dotnet/framework/sdk:4.8 |
||||
|
commands: |
||||
|
- msbuild /t:restore |
||||
|
- msbuild /p:Configuration=Release |
Loading…
Reference in new issue