Skip to content

Commit

Permalink
Update .vsts-ci.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwolz committed Jul 12, 2023
1 parent 96c1c4c commit 00c4d78
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build/.vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:
testRunTitle: 'windowsx64'
condition: succeededOrFailed()
- job: windowsx64release
variables:
CodeQL.Enabled: true
CodeQL.Language: cpp
pool:
name: 'sdk-c--win-vs2017'
displayName: 'Windows x64 (Release)'
Expand Down Expand Up @@ -1027,3 +1030,14 @@ jobs:
cd ..
docker build -t armiotapp:latest . --network=host --file ./ARM/Dockerfile_adjunct
displayName: 'Build ARM'
- job: DotNET
displayName: .NET
variables:
CodeQL.Enabled: true
CodeQL.Language: csharp
pool:
vmImage: 'windows-latest'
steps:
- script: |
dotnet build tools\traceabilitytool\traceabilitytool.sln
displayName: 'Build'

0 comments on commit 00c4d78

Please sign in to comment.