Hi sir in my project they r using react JS for dev env . procedure will be different for build and release , once i follow this build okat but release not storing on drop little confusion can u please clarify.
React has the default build folder as "build" and it is different thatn angular's dist folder. If you want the same pipeline to work, just change the default build folder to "dist" or change the pipeline to look for react's build folder rather it is looking for the files in dist folder.
@@azureteachnet Thanks for the reply. I actually filled out that form two days ago and yesterday I tried to run the pipeline and got the same error. I am submitting that form again and will try tomorrow to see if it makes any difference.
@@azureteachnetThank you for replying back. I am using SQL Server Database Deploy task to execute my sql query, When I select the option "Deploy SQL Using" and try to select an SQL file from the drop package, there is no path to select. and if I manually add the path of my Linked artifacts, it errors out saying " ##[error]No files were found to deploy with a search pattern"
Hi sir in my project they r using react JS for dev env . procedure will be different for build and release , once i follow this build okat but release not storing on drop little confusion can u please clarify.
React has the default build folder as "build" and it is different thatn angular's dist folder. If you want the same pipeline to work, just change the default build folder to "dist" or change the pipeline to look for react's build folder rather it is looking for the files in dist folder.
I got "No hosted parallelism has been purchased or granted" when running the pipeline. The project is public with free tier.
Please go to the link that it is showing in the log and request the agent. It is very simple. It may take a day or two to get it approved.
@@azureteachnet Thanks for the reply. I actually filled out that form two days ago and yesterday I tried to run the pipeline and got the same error. I am submitting that form again and will try tomorrow to see if it makes any difference.
In fact this morning I got a confirmation email from azpipelines for the first request. now it can run successfully.
@@klam8080 ok
How can we deploy and RUN Sql Scripts on the database server with Pipeline? I tried Azure SQL Deploy task but it did not work. Pls guide
May i know the error if it is showing?
@@azureteachnetThank you for replying back. I am using SQL Server Database Deploy task to execute my sql query, When I select the option "Deploy SQL Using" and try to select an SQL file from the drop package, there is no path to select. and if I manually add the path of my Linked artifacts, it errors out saying " ##[error]No files were found to deploy with a search pattern"