How do use the stage config file while using the powershell module #182
nikhil-neu
started this conversation in
General
Replies: 1 comment 1 reply
-
The parameter you are looking for is
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How do i use the stage the config file while using the powershell file
I originally was using the ADO tasks , like this
- task: PublishADFTask@1 enabled: true inputs: azureSubscription: 'AMN_Shared_Dev_Staffing_dev' ResourceGroupName: '$(SharedRGName)' DataFactoryName: '$(DataFactoryName)' DataFactoryCodePath: '.' Location: '$(location)' StageType: 'FilePath' StageConfigFile: '$(System.DefaultWorkingDirectory)/deployment/adf-config.json' StopStartTriggers: false FilteringType: 'Inline' FilterText: '$(ADFOptions)' PublishMethod: 'AzResource'
Now i wanted change to equivalent powershell module for Publish , since i a moving to an ubuntu based self hosted build agent .
I dont see any option to pass the config file as the parameter
Beta Was this translation helpful? Give feedback.
All reactions