Skip to content

Commit 435c7b3

Browse files
committed
fix(go): friday
1 parent c0be94a commit 435c7b3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
just so its in git

Package.BlazorComponentLibrary/Package.BlazorComponentLibrary.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,12 @@
4141
<Content Remove="packages.lock.json" />
4242
<Content Remove="wwwroot\background.png" />
4343
</ItemGroup>
44-
44+
<!--qqqq building in the solution wasnt an issue before-->
45+
<ItemGroup>
46+
<Compile Remove="..\CICDPackageLocation\**\*.cs" />
47+
<Content Remove="..\CICDPackageLocation\**\*" />
48+
<None Remove="..\CICDPackageLocation\**\*" />
49+
</ItemGroup>
4550
<Target Name="WriteBclVersionToFile" BeforeTargets="PrepareForBuild">
4651
<WriteLinesToFile File="wwwroot/bclversion.txt" Lines="$(BCLVersion)" Overwrite="true" Encoding="UTF-8" />
4752
<WriteLinesToFile File="BCLVersion/VersionInfo.cs" Lines="namespace Package.BlazorComponentLibrary.BCLVersion { public static class VersionInfo { public static string Version = &quot;$(BCLVersion)&quot; %3B; } }" Overwrite="true" Encoding="UTF-8" />

0 commit comments

Comments
 (0)