File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 </Target >
5555 <Target Name =" Compile" >
5656 <Exec Command =" dotnet --info" />
57- <Exec Command =" dotnet build " %(SolutionFile.FullPath)" -c $(Configuration) /p:Version=$(Version) /p:NuGetAudit=false " />
57+ <Exec Command =" dotnet build " %(SolutionFile.FullPath)" -c $(Configuration) /p:Version=$(Version)" />
5858 </Target >
5959 <Target Name =" Package" >
6060 <MakeDir Directories =" $(PackageDirectory)" />
6161 <Exec Command =" dotnet pack " %(SourceProject.Identity)" -c $(Configuration) --no-build --output " $(PackageDirectory)" /p:Version=$(Version)" />
6262 </Target >
6363 <Target Name =" Test" >
6464 <MakeDir Directories =" $(LogDirectory)" />
65- <Exec Command =" dotnet test " %(TestProject.Identity)" -c $(Configuration) --results-directory " $(LogDirectory)" --logger:trx /p:Version=$(Version) /p:NuGetAudit=false --collect:" XPlat Code Coverage" --settings " $(CoverageRunSettings)" " />
65+ <Exec Command =" dotnet test " %(TestProject.Identity)" -c $(Configuration) --results-directory " $(LogDirectory)" --logger:trx /p:Version=$(Version) --collect:" XPlat Code Coverage" --settings " $(CoverageRunSettings)" " />
6666 </Target >
6767</Project >
You can’t perform that action at this time.
0 commit comments