Skip to content

Commit

Permalink
dotnet add package cli support for cpm projects (#4700)
Browse files Browse the repository at this point in the history
  • Loading branch information
pragnya17 authored and martinrrm committed Sep 28, 2022
1 parent 207a9eb commit 43f1095
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,8 @@ private void CopyResourceToDirectory(string resourceName, DirectoryInfo director
stream.CopyToFile(destinationFilePath);
}
}

[Fact]
public async Task AddPkg_WithCPM_WhenPackageVersionDoesNotExistAndVersionCLIArgNotPassed_Success()
{
using var pathContext = new SimpleTestPathContext();
Expand Down

0 comments on commit 43f1095

Please sign in to comment.