diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 59319e6..d6a3a07 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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