Invoke-Build can be used to trigger tasks.
In dotnet you have ways to build without restore.
dotnet build --no-restore
Document clearly way the build tasks do. What steps are executed and if you want to combine for example Test and Update, do we define them like:
Invoke-Build -Task Test, Update
Or whatever the actual syntax is.
Invoke-Build can be used to trigger tasks.
In dotnet you have ways to build without restore.
Document clearly way the build tasks do. What steps are executed and if you want to combine for example Test and Update, do we define them like:
Or whatever the actual syntax is.