Skip to content

Commit

Permalink
Configure CI (no. 99)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed May 7, 2021
1 parent d0beaec commit f427592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- powershell: |
Copy-Item `
$(Build.SourcesDirectory)/src/DotVVM.Samples.Tests/Profiles/seleniumconfig.owin.chrome.json `
$(Build.SourcesDirectory)/src/DotVVM.Samples.Tests/seleniumconfig.json
$(DOTVVM_ROOT)/artifacts/DotVVM.Samples.Tests/seleniumconfig.json
- powershell: |
dotnet test src/DotVVM.Samples.Tests `
--configuration $(BUILD_CONFIGURATION) `
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ RUN dotnet help
ENTRYPOINT []



COPY src /src
COPY artifacts/DotVVM.Samples.BasicSamples.Owin /inetpub/dotvvm.owin
COPY src/DotVVM.Samples.Common /inetpub/DotVVM.Samples.Common

0 comments on commit f427592

Please sign in to comment.