2 references to GetNoRestoreParam
dotnet-svcutil-lib (2)
Shared\MSBuildProj.cs (2)
409
var dotnetNewParams = $"new console {
GetNoRestoreParam
(sdkVersion)} --force --type project --language C# --output . --name {projectName} {optional}";
744
string buildParams = $"build {
GetNoRestoreParam
(this.SdkVersion)}";