Skip to content

Commit

Permalink
Configure CI (no. 106)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed May 7, 2021
1 parent 7b79b6d commit 88260c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .azure/pipelines/ci.yml
Expand Up @@ -187,11 +187,16 @@ jobs:
- powershell: icacls C:\inetpub /grant "IIS_IUSRS:(OI)(CI)F"
- powershell: New-Website -Name dotvvm.owin -PhysicalPath C:\inetpub\dotvvm.owin\ -Port 5407
- powershell: New-Website -Name dotvvm.api.owin -PhysicalPath C:\inetpub\dotvvm.api.owin\ -Port 5002
- powershell: ls $(DOTVVM_ROOT)/artifacts/bin/DotVVM.Samples.Tests/$(BUILD_CONFIGURATION)/netcoreapp3.1
- powershell: |
Copy-Item `
$(Build.SourcesDirectory)/src/DotVVM.Samples.Tests/Profiles/seleniumconfig.owin.chrome.json `
$(Build.SourcesDirectory)/src/DotVVM.Samples.Tests/seleniumconfig.json
- powershell: cat $(Build.SourcesDirectory)/src/DotVVM.Samples.Tests/seleniumconfig.json
- powershell: |
Copy-Item `
$(Build.SourcesDirectory)/src/DotVVM.Samples.Tests/Profiles/seleniumconfig.owin.chrome.json `
$(DOTVVM_ROOT)/artifacts/bin/DotVVM.Samples.Tests/$(BUILD_CONFIGURATION)/netcoreapp3.1/seleniumconfig.json
- powershell: cat $(Build.SourcesDirectory)/src/DotVVM.Samples.Tests/seleniumconfig.json
- powershell: |
dotnet test src/DotVVM.Samples.Tests `
--configuration $(BUILD_CONFIGURATION) `
Expand Down

0 comments on commit 88260c9

Please sign in to comment.