-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NPM package azure-streamanalytics-cicd broken in Azure DevOps #67
Comments
Hi @kipusoep, did you use |
If it works, then it's still a breaking change, while the version bump was just minor. |
Sure @kipusoep , this is a regression from 2.2.5 -> 2.2.6, and we will figure out why and release a new version to fix this asap. Thanks for your feedback! |
FYI I don't have a asaproj.json file in my project folder. |
Thanks! We've found the root cause and will release a new version asap. |
Hi @kipusoep , we've released a new version of CICD tool here: azure-streamanalytics-cicd 2.2.7, it should have this issue fixed, please take a try. Thanks again for your feedback! |
Yes works, thanks @pengyuli-ms |
We have an issue where the latest release 2.2.6 has broken our pipeline.
The
azure-streamanalytics-cicd build
command throws an error:Could not load file or assembly 'Microsoft.Build, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
Reverting to 2.2.5 fixes the issue.
(From: Azure/azure-stream-analytics#122)
The text was updated successfully, but these errors were encountered: