Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
P9os committed Apr 18, 2021
1 parent bb7b96e commit ae416c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ try {
if (!$?) { throw 'Cannot uninstall package from the test project' }

Write-Output "Adding a package $PackageName from the project $TdSharpTestProjectName"
& $dotnet add $TdSharpTestProjectName package $PackageName --source $PackageSource
& $dotnet add $TdSharpTestProjectName package $PackageName --source $PackageSource --version 1.7.0
if (!$?) { throw 'Cannot add package into the test project' }

Write-Output "Running tests"
Expand Down

0 comments on commit ae416c5

Please sign in to comment.