Skip to content

Commit

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

0 comments on commit b8abda3

Please sign in to comment.