From dbf0d412d6bccf2120066dde6338e49be35b241d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0t=C4=9Bp=C3=A1nek?= Date: Tue, 13 Apr 2021 15:43:59 +0200 Subject: [PATCH] Configure CI (no. 29) --- .azure/pipelines/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index aeb81b80bd..ade93e3a6e 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -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 \