Skip to content

Commit

Permalink
Configure CI (no. 141)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Jun 10, 2021
1 parent b603b74 commit 48539f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure/pipelines/ci.yml
Expand Up @@ -16,8 +16,6 @@ jobs:
workspace:
clean: all
steps:
env:
GITHUB_TOKEN: $(GitHub.Token)
- task: Cache@2
inputs:
key: '"npm" | "$(Agent.OS)" | src/DotVVM.Framework/package.json'
Expand All @@ -29,6 +27,8 @@ jobs:
path: $(DOTVVM_ROOT)/.nuget
- script: ./ci/linux/run.sh
displayName: run.sh
env:
GITHUB_TOKEN: $(GitHub.Token)
- task: PublishTestResults@2
inputs:
testResultsFormat: VSTest
Expand All @@ -43,8 +43,6 @@ jobs:
workspace:
clean: all
steps:
env:
GITHUB_TOKEN: $(GitHub.Token)
- task: Cache@2
inputs:
key: '"npm" | "$(Agent.OS)" | src/DotVVM.Framework/package.json'
Expand All @@ -58,6 +56,8 @@ jobs:
displayName: run.ps1
failOnStderr: false
errorActionPreference: continue
env:
GITHUB_TOKEN: $(GitHub.Token)
- task: PublishTestResults@2
inputs:
testResultsFormat: VSTest
Expand Down

0 comments on commit 48539f8

Please sign in to comment.