Skip to content

Commit

Permalink
Configure CI (no. 53)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Apr 15, 2021
1 parent 6aeacc4 commit ab7f70a
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ jobs:
steps:
- download: current
artifact: owinBuild
- powershell: Move-Item "$(Pipeline.Workspace)/owinBuild" "$(DOTVVM_ROOT)/artifacts"
- powershell: |
- script: Move-Item "$(Pipeline.Workspace)/owinBuild" "$(DOTVVM_ROOT)/artifacts"
- script: |
dotnet test src/DotVVM.Samples.Tests `
--no-build `
--configuration $(BUILD_CONFIGURATION) `
Expand All @@ -153,10 +153,3 @@ jobs:
testResultsFiles: $(Agent.TempDirectory)/**/*.trx
failTaskOnFailedTests: true
buildConfiguration: $(BUILD_CONFIGURATION)

- job: windowsTest
pool:
vmImage: 'windows-2019'
container: mcr.microsoft.com/windows/servercore:ltsc2019
steps:
- script: set

0 comments on commit ab7f70a

Please sign in to comment.