Skip to content

Commit

Permalink
Projects used by tests are run in Debug config
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolin committed Apr 21, 2020
1 parent 194720e commit 7c8ec8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ variables:
steps:
- script: |
dotnet build Apex.Serialization/Apex.Serialization.csproj -c $(BuildConfiguration)
dotnet build DeserializeTest/DeserializeTest.csproj -c $(BuildConfiguration)
dotnet build DeserializeTest2/DeserializeTest2.csproj -c $(BuildConfiguration)
dotnet build DeserializeTest/DeserializeTest.csproj
dotnet build DeserializeTest2/DeserializeTest2.csproj
displayName: 'dotnet build'
- task: DeleteFiles@1
inputs:
Expand Down

0 comments on commit 7c8ec8d

Please sign in to comment.