Updating VSTest nuget (#1074)
* Updating VSTest nuget * updating to stable version * updating nuget Co-authored-by: Cijo Thomas <cithomas@microsoft.com> Co-authored-by: Mikel Blanchard <mblanchard@macrosssoftware.com>
This commit is contained in:
parent
b4ce36f5f6
commit
46907830e2
|
|
@ -24,7 +24,7 @@
|
|||
-->
|
||||
<BenchmarkDotNetPkgVer>[0.12.1,0.13)</BenchmarkDotNetPkgVer>
|
||||
<DotNetXUnitCliVer>[2.3.1,3.0)</DotNetXUnitCliVer>
|
||||
<MicrosoftNETTestSdkPkgVer>[16.6.1,17.0)</MicrosoftNETTestSdkPkgVer>
|
||||
<MicrosoftNETTestSdkPkgVer>[16.7.1,17.0)</MicrosoftNETTestSdkPkgVer>
|
||||
<MoqPkgVer>[4.14.5,5.0)</MoqPkgVer>
|
||||
<XUnitRunnerVisualStudioPkgVer>[2.4.3,3.0)</XUnitRunnerVisualStudioPkgVer>
|
||||
<XUnitPkgVer>[2.4.1,3.0)</XUnitPkgVer>
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
<MicrosoftAspNetCoreHttpFeaturesPkgVer>[2.1.1,5.0)</MicrosoftAspNetCoreHttpFeaturesPkgVer>
|
||||
<MicrosoftAspNetTelemetryCorrelationPkgVer>[1.0.7,2.0)</MicrosoftAspNetTelemetryCorrelationPkgVer>
|
||||
<MicrosoftCodeAnalysisFxCopAnalyzersPkgVer>[3.3.0-beta2.final]</MicrosoftCodeAnalysisFxCopAnalyzersPkgVer>
|
||||
<MicrosoftCodeCoveragePkgVer>[16.6.1]</MicrosoftCodeCoveragePkgVer>
|
||||
<MicrosoftCodeCoveragePkgVer>[16.7.1]</MicrosoftCodeCoveragePkgVer>
|
||||
<MicrosoftExtensionsHostingAbstractionsPkgVer>[2.1.0,5.0)</MicrosoftExtensionsHostingAbstractionsPkgVer>
|
||||
<MicrosoftNETFrameworkReferenceAssembliesPkgVer>[1.0.0,2.0)</MicrosoftNETFrameworkReferenceAssembliesPkgVer>
|
||||
<MicrosoftSourceLinkGitHubPkgVer>[1.0.0,2.0)</MicrosoftSourceLinkGitHubPkgVer>
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
Write-Host $env:USERPROFILE
|
||||
foreach ($file in $files)
|
||||
{
|
||||
$command = $env:USERPROFILE+ '\.nuget\packages\microsoft.codecoverage\16.6.1\build\netstandard1.0\CodeCoverage\CodeCoverage.exe analyze /output:' + $file.DirectoryName + '\' + $file.Name + '.xml '+ $file.FullName
|
||||
$command = $env:USERPROFILE+ '\.nuget\packages\microsoft.codecoverage\16.7.1\build\netstandard1.0\CodeCoverage\CodeCoverage.exe analyze /output:' + $file.DirectoryName + '\' + $file.Name + '.xml '+ $file.FullName
|
||||
Write-Host $command
|
||||
Invoke-Expression $command
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue