Created
September 5, 2025 19:12
-
-
Save seesharprun/6656020a57479cc90916b9d011502ea4 to your computer and use it in GitHub Desktop.
Test AVM external deployment script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $message = 'Example message from AVM deployment script' | |
| Write-Output $message | |
| $DeploymentScriptOutputs = @{} | |
| $DeploymentScriptOutputs['message'] = $message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment