Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
hayd committed Mar 5, 2019
1 parent 83edf40 commit 6caeed9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion azure-pipelines.yml
Expand Up @@ -26,5 +26,4 @@ jobs:
steps:
- powershell: iwr https://deno.land/x/install/install.ps1 -out install.ps1; .\install.ps1 $(DENO_VERSION)
- bash: echo "##vso[task.prependpath]C:\Users\VssAdministrator\.deno\\bin"
- bash: deno.exe --fmt --allow-run --allow-write --allow-read --check
- bash: deno.exe test.ts

0 comments on commit 6caeed9

Please sign in to comment.