Skip to content

Commit

Permalink
fix changeset not being implicit for new versions (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Vítor Moreira <[email protected]>
  • Loading branch information
vitorpmoreira and Vítor Moreira authored Sep 23, 2021
1 parent 2aaed22 commit 48bbb96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Common/Handlers/NewEnvironmentHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ bool interactive
environment.CustomerLicense = await _customerPortalClient.GetObjectByName<CustomerLicense>(licenseName);
environment.DeploymentTarget = GetTargetValue(target);
environment.Parameters = rawParameters;
environment.ChangeSet = null;
}
// if not, just build a new complete object and create it
else
Expand Down

0 comments on commit 48bbb96

Please sign in to comment.