mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -07:00
init ci action
This commit is contained in:
parent
82b8ffa4d7
commit
81970d9b5c
1 changed files with 19 additions and 0 deletions
19
.github/workflows/pipeline-ci.yml
vendored
Normal file
19
.github/workflows/pipeline-ci.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: Windows Calculator Continuous Integration Pipeline
|
||||
on:
|
||||
push:
|
||||
branches: [main, release/**, feature/**]
|
||||
pull_request:
|
||||
branches: [main, release/**, feature/**]
|
||||
jobs:
|
||||
buildWinCalc:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: nuget/setup-nuget@v2
|
||||
name: Use NuGet 6.x
|
||||
with:
|
||||
nuget-version: '6.x'
|
||||
- run: nuget restore ./src/Calculator.sln
|
||||
# testCalc:
|
||||
# needs: buildWinCalc
|
||||
# runs-on: windows-latest
|
Loading…
Add table
Add a link
Reference in a new issue