@@ -28,7 +28,6 @@ dotnet restore .\Tools\TemplateBuilder\CodegenCS.Tools.TemplateBuilder.csproj
28
28
' /p:targetFrameworks="netstandard2.0;net472;net5.0;net6.0;net7.0;net8.0"' `
29
29
/ p:Configuration= $configuration `
30
30
/ p:IncludeSymbols= true `
31
- / p:SymbolPackageFormat= snupkg `
32
31
/ verbosity:minimal `
33
32
/ p:ContinuousIntegrationBuild= true
34
33
if (! $? ) { throw " msbuild failed" }
@@ -39,7 +38,6 @@ dotnet restore .\Tools\TemplateLauncher\CodegenCS.Tools.TemplateLauncher.csproj
39
38
' /p:targetFrameworks="netstandard2.0;net472;net5.0;net6.0;net7.0;net8.0"' `
40
39
/ p:Configuration= $configuration `
41
40
/ p:IncludeSymbols= true `
42
- / p:SymbolPackageFormat= snupkg `
43
41
/ verbosity:minimal `
44
42
/ p:ContinuousIntegrationBuild= true
45
43
if (! $? ) { throw " msbuild failed" }
@@ -50,7 +48,6 @@ dotnet restore .\Tools\TemplateDownloader\CodegenCS.Tools.TemplateDownloader.csp
50
48
' /p:targetFrameworks="netstandard2.0;net472;net5.0;net6.0;net7.0;net8.0"' `
51
49
/ p:Configuration= $configuration `
52
50
/ p:IncludeSymbols= true `
53
- / p:SymbolPackageFormat= snupkg `
54
51
/ verbosity:minimal `
55
52
/ p:ContinuousIntegrationBuild= true
56
53
if (! $? ) { throw " msbuild failed" }
@@ -64,7 +61,6 @@ if (! $?) { throw "msbuild failed" }
64
61
' /p:targetFrameworks="net5.0;net6.0;net7.0;net8.0"' `
65
62
/ p:Configuration= $configuration `
66
63
/ p:IncludeSymbols= true `
67
- / p:SymbolPackageFormat= snupkg `
68
64
/ verbosity:minimal `
69
65
/ p:ContinuousIntegrationBuild= true
70
66
if (! $? ) { throw " msbuild failed" }
0 commit comments