-
Notifications
You must be signed in to change notification settings - Fork 4k
[6.4.0] Update module versions for release #6541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[6.4.0] Update module versions for release #6541
Conversation
@@ -166,7 +166,7 @@ public void Analyze(IEnumerable<string> cmdletProbingDirs, IEnumerable<string> m | |||
Path.GetDirectoryName(new Uri(Assembly.GetExecutingAssembly().CodeBase).AbsolutePath); | |||
|
|||
string filePath = executingPath + "\\SerializedCmdlets\\" + fileName; | |||
bool serialize = false; | |||
bool serialize = true; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will revert this change
tools/StaticAnalysis/Program.cs
Outdated
@@ -29,8 +29,8 @@ public class Program | |||
{ | |||
static IList<IStaticAnalyzer> Analyzers = new List<IStaticAnalyzer>() | |||
{ | |||
new DependencyAnalyzer.DependencyAnalyzer(), | |||
new SignatureVerifier.SignatureVerifier(), | |||
//new DependencyAnalyzer.DependencyAnalyzer(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will revert this change
@@ -302,7 +302,7 @@ public Version GetVersionBumpUsingSerialized(bool serialize = true) | |||
CheckBreakingChangesInModules(oldModuleMetadata, newModuleMetadata, issueLogger); | |||
if (issueLogger.Records.Any()) | |||
{ | |||
tempVersionBump = Version.MAJOR; | |||
tempVersionBump = Version.PATCH; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will revert this change
'.\AutoMapper.dll', '.\System.Management.Automation.dll' | ||
RequiredAssemblies = '.\YamlDotNet.dll', | ||
'.\Microsoft.Azure.Commands.Common.Graph.RBAC.dll', | ||
'.\AutoMapper.dll', 'System.Management.Automation.dll' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will revert this change to System.Management.Automation.dll
Only comment is regarding the version of sql discussed offline |
…l into release-2018-06-29 # Conflicts: # src/ResourceManager/Network/Commands.Network/ChangeLog.md
…se-2018-06-29 # Conflicts: # src/ResourceManager/DataLakeStore/Commands.DataLakeStore/ChangeLog.md
…l into release-2018-06-29 # Conflicts: # src/ResourceManager/MachineLearning/Commands.MachineLearning/ChangeLog.md # src/ResourceManager/SignalR/Commands.SignalR/ChangeLog.md # tools/Tools.Common/SerializedCmdlets/Microsoft.Azure.Commands.Reservations.dll.json
Description
Checklist
CONTRIBUTING.md
platyPS
module