Exemplo n.º 1
0
        public void ShouldRemoveArtifactsWhenReleasesSpecified()
        {
            result = Clean("retentionPolicySet1", null, 1);

            result.AssertZero();

            Assert.False(fileSystem.DirectoryExists(Path.Combine(stagingDirectory, "Acme.1.0.0")));
            Assert.False(fileSystem.FileExists(Path.Combine(packagesDirectory, "Acme.1.0.0.nupkg")));
        }
Exemplo n.º 2
0
 public void ShouldDeployPackage()
 {
     result.AssertZero();
 }
Exemplo n.º 3
0
 public void ShouldReturnZero()
 {
     result.AssertZero();
 }