Skip to content

Instantly share code, notes, and snippets.

@ArthurSteijn
Last active February 7, 2021 06:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArthurSteijn/f29a17c2cebf8804728b7e35cae7d0ba to your computer and use it in GitHub Desktop.
Save ArthurSteijn/f29a17c2cebf8804728b7e35cae7d0ba to your computer and use it in GitHub Desktop.
- task: AzurePowerShell@5
name: filepathPowershelltask
inputs:
azureSubscription: ${{parameters.azureSubscription}}
ScriptType: 'FilePath'
ScriptPath: ${{parameters.scriptFilePath}}
ScriptArguments: ${{parameters.scriptArguments}}
azurePowerShellVersion: 'LatestVersion'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment