question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

VSTS release failed in Run sql script on azure steps

See original GitHub issue

Error : Cannot bind argument to parameter ‘Path’ because it is null ##[error]System.Management.Automation.ParameterBindingValidationException: Cannot bind argument to parameter ‘Path’ because it is null. 2017-05-10T08:50:56.7307474Z at System.Management.Automation.ExceptionHandlingOps.CheckActionPreference(FunctionContext funcContext, Exception exception) 2017-05-10T08:50:56.7307474Z at System.Management.Automation.Interpreter.ActionCallInstruction`2.Run(InterpretedFrame frame) 2017-05-10T08:50:56.7307474Z at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame) 2017-05-10T08:50:56.7307474Z at System.Management.Automation.Interpreter.EnterTryCatchFinallyInstruction.Run(InterpretedFrame frame) 2017-05-10T08:50:56.7517467Z ##[error]PowerShell script completed with 1 errors.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
chrispatcommented, May 13, 2017

Are you sure that is a task that is shipped from the repo or that we ship?

0reactions
bryanmacfarlanecommented, May 17, 2017

That’s not a task we ship. It looks like it comes from the market place.

https://marketplace.visualstudio.com/items?itemName=andrewlackenby.sql-toolkit-azure

If I follow the link on that, it’s here:

https://github.com/crimdon/SQLToolkitAzure

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error in Azure DevOps SQL Server database deploy task not ...
I'm using Azure DevOps SQL Server database deploy task to run a SQL Server Agent Job using its inline SQL feature which works....
Read more >
Troubleshoot pipeline runs - Azure DevOps - Microsoft Learn
My pipeline is failing on a command-line step such as MSBUILD. It is helpful to narrow whether a build or release failure is...
Read more >
Azure SQL Database Deployment task failing - Could not ...
Hi - we're using the Azure SQL Database Deployment task in VSTS to deploy a dacpac, and getting a vague error "*** Could...
Read more >
Visual Studio database project won't deploy to SQL Azure
Done executing task "SqlDeployTask" -- FAILED. Is deploying .dbproj projects to SQL Azure supported? How do I make Visual Studio deploy the database...
Read more >
VSTS Azure SQL Database Deployment task keeps failing ...
The task is used to deploy Azure SQL Database to an existing Azure SQL Server, either by using DACPACs or SQL Server scripts....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found