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
<WriteLinesToFileFile="TELBlazorPackageVersion/VersionInfo.cs"Lines="namespace TELBlazor.Components.TELBlazorPackageVersion { public static class VersionInfo { public static string Version = "$(TELBlazorPackageVersion)" %3B; } }"Overwrite="true"Encoding="UTF-8" />
59
+
<WriteLinesToFileFile="TELBlazorPackageVersion/VersionInfo.cs"Lines="namespace TELBlazor.Components.TELBlazorPackageVersion { public static class VersionInfo { public static string TELBlazorPackageVersion = "$(TELBlazorPackageVersion)" %3B; } }"Overwrite="true"Encoding="UTF-8" />
63
60
</Target>
64
61
<!--Exclude for release so consuming projects responsible for providing the css to prevent duplication-->
// Dont want to run on publish but instead make it required for the consuming project to provide the nhsukcss so it isnt twice in the consuming project
3
-
///
4
-
5
-
// gulpfile.js
6
-
//qqqq clear up if commented out isnt needed later
1
+
// gulpfile.js
2
+
// qqqq not centralised and deliberately does not run on release so could end up out of step
0 commit comments