You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.WithCriteria(()=>BuildParameters.IsTagged&&BuildParameters.Version.MajorMinorPatch==BuildParameters.Version.FullSemVersion,"Skipping because this isn't a tagged full release build.")
69
+
.WithCriteria(()=>BuildParameters.BranchType==BranchType.Master&&BuildParameters.IsTagged&&BuildParameters.Version.MajorMinorPatch==BuildParameters.Version.FullSemVersion,"Skipping because this isn't a tagged full release build.")
70
70
.WithCriteria(()=>BuildParameters.DockerCredentials.HasCredentials,"Skipping because Docker Credentials were not provided.")
71
71
.WithCriteria(()=>BuildParameters.ShouldRunDocker,"Skipping because running Docker tasks is not enabled")
0 commit comments