mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
Now forces the use of latestmajorversion. (#1654)
This commit is contained in:
@@ -643,7 +643,7 @@ Task("SRGen")
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Run SRGen
|
// Run SRGen
|
||||||
var dotnetArgs = string.Format("--roll-forward Major {0} -or \"{1}\" -oc \"{2}\" -ns \"{3}\" -an \"{4}\" -cn SR -l CS -dnx \"{5}\"",
|
var dotnetArgs = string.Format("--roll-forward LatestMajor {0} -or \"{1}\" -oc \"{2}\" -ns \"{3}\" -an \"{4}\" -cn SR -l CS -dnx \"{5}\"",
|
||||||
srgenPath, outputResx, outputCs, projectName, projectNameSpace, projectStrings);
|
srgenPath, outputResx, outputCs, projectName, projectNameSpace, projectStrings);
|
||||||
Information("{0}", dotnetcli);
|
Information("{0}", dotnetcli);
|
||||||
Information("{0}", dotnetArgs);
|
Information("{0}", dotnetArgs);
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// WARNING:
|
// WARNING:
|
||||||
// This file was generated by the Microsoft DataWarehouse String Resource Tool 5.0.0.0
|
// This file was generated by the Microsoft DataWarehouse String Resource Tool 6.0.0.0
|
||||||
// from information in sr.strings
|
// from information in sr.strings
|
||||||
// DO NOT MODIFY THIS FILE'S CONTENTS, THEY WILL BE OVERWRITTEN
|
// DO NOT MODIFY THIS FILE'S CONTENTS, THEY WILL BE OVERWRITTEN
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// WARNING:
|
// WARNING:
|
||||||
// This file was generated by the Microsoft DataWarehouse String Resource Tool 5.0.0.0
|
// This file was generated by the Microsoft DataWarehouse String Resource Tool 6.0.0.0
|
||||||
// from information in sr.strings
|
// from information in sr.strings
|
||||||
// DO NOT MODIFY THIS FILE'S CONTENTS, THEY WILL BE OVERWRITTEN
|
// DO NOT MODIFY THIS FILE'S CONTENTS, THEY WILL BE OVERWRITTEN
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// WARNING:
|
// WARNING:
|
||||||
// This file was generated by the Microsoft DataWarehouse String Resource Tool 5.0.0.0
|
// This file was generated by the Microsoft DataWarehouse String Resource Tool 6.0.0.0
|
||||||
// from information in sr.strings
|
// from information in sr.strings
|
||||||
// DO NOT MODIFY THIS FILE'S CONTENTS, THEY WILL BE OVERWRITTEN
|
// DO NOT MODIFY THIS FILE'S CONTENTS, THEY WILL BE OVERWRITTEN
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// WARNING:
|
// WARNING:
|
||||||
// This file was generated by the Microsoft DataWarehouse String Resource Tool 5.0.0.0
|
// This file was generated by the Microsoft DataWarehouse String Resource Tool 6.0.0.0
|
||||||
// from information in sr.strings
|
// from information in sr.strings
|
||||||
// DO NOT MODIFY THIS FILE'S CONTENTS, THEY WILL BE OVERWRITTEN
|
// DO NOT MODIFY THIS FILE'S CONTENTS, THEY WILL BE OVERWRITTEN
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// WARNING:
|
// WARNING:
|
||||||
// This file was generated by the Microsoft DataWarehouse String Resource Tool 5.0.0.0
|
// This file was generated by the Microsoft DataWarehouse String Resource Tool 6.0.0.0
|
||||||
// from information in sr.strings
|
// from information in sr.strings
|
||||||
// DO NOT MODIFY THIS FILE'S CONTENTS, THEY WILL BE OVERWRITTEN
|
// DO NOT MODIFY THIS FILE'S CONTENTS, THEY WILL BE OVERWRITTEN
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// WARNING:
|
// WARNING:
|
||||||
// This file was generated by the Microsoft DataWarehouse String Resource Tool 5.0.0.0
|
// This file was generated by the Microsoft DataWarehouse String Resource Tool 6.0.0.0
|
||||||
// from information in sr.strings
|
// from information in sr.strings
|
||||||
// DO NOT MODIFY THIS FILE'S CONTENTS, THEY WILL BE OVERWRITTEN
|
// DO NOT MODIFY THIS FILE'S CONTENTS, THEY WILL BE OVERWRITTEN
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// WARNING:
|
// WARNING:
|
||||||
// This file was generated by the Microsoft DataWarehouse String Resource Tool 5.0.0.0
|
// This file was generated by the Microsoft DataWarehouse String Resource Tool 6.0.0.0
|
||||||
// from information in sr.strings
|
// from information in sr.strings
|
||||||
// DO NOT MODIFY THIS FILE'S CONTENTS, THEY WILL BE OVERWRITTEN
|
// DO NOT MODIFY THIS FILE'S CONTENTS, THEY WILL BE OVERWRITTEN
|
||||||
//
|
//
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// WARNING:
|
// WARNING:
|
||||||
// This file was generated by the Microsoft DataWarehouse String Resource Tool 5.0.0.0
|
// This file was generated by the Microsoft DataWarehouse String Resource Tool 6.0.0.0
|
||||||
// from information in sr.strings
|
// from information in sr.strings
|
||||||
// DO NOT MODIFY THIS FILE'S CONTENTS, THEY WILL BE OVERWRITTEN
|
// DO NOT MODIFY THIS FILE'S CONTENTS, THEY WILL BE OVERWRITTEN
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user