Skip to content

Commit

Permalink
Configure CI (no. 29)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Apr 13, 2021
1 parent 7c37ace commit dbf0d41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure/pipelines/ci.yml
Expand Up @@ -77,8 +77,8 @@ jobs:
inputs:
key: '"nuget" | "$(Agent.OS)" | **/packages.lock.json'
path: $(DOTVVM_ROOT)/.nuget
- script: |
chmod +x $(DOTVVM_ROOT)/artifacts/bin/**/*.dll && \
- script: find $(DOTVVM_ROOT)/artifacts -type f -iname "*.dll" -exec chmod +x {} \;
- script:
dotnet run --project src/DotVVM.Samples.BasicSamples.AspNetCoreLatest \
--no-build \
--configuration Release \
Expand Down

0 comments on commit dbf0d41

Please sign in to comment.