Skip to content

Commit

Permalink
Configure CI (no.105)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed May 7, 2021
1 parent b80f82f commit 7b79b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/pipelines/ci.yml
Expand Up @@ -187,7 +187,7 @@ 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: $(DOTVVM_ROOT)/artifacts/bin/DotVVM.Samples.Tests/$(BUILD_CONFIGURATION)/netcoreapp3.1
- 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 `
Expand Down

0 comments on commit 7b79b6d

Please sign in to comment.