Skip to content

Commit

Permalink
automatic typescript build and nuget version (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
isc30 authored Jan 28, 2020
1 parent fee4a90 commit 128653f
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/Blazor.Analytics/Blazor.Analytics.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@
<RootNamespace>Blazor.Analytics</RootNamespace>
<AssemblyName>Blazor-Analytics</AssemblyName>

<Version>3.0.0.2</Version>
<IsPackable>true</IsPackable>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
Expand All @@ -32,18 +30,17 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components" Version="3.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="3.0.0" />
<PackageReference Include="GitVersionTask" Version="5.1.3" />
</ItemGroup>

<!-- TypeScript Build -->
<ItemGroup>
<PackageReference Include="Microsoft.TypeScript.MSBuild" Version="3.7.4" />
<TypeScriptCompile Include="**\*.ts" />
<Content Remove="tsconfig.json" />
<None Include="tsconfig.json" />
</ItemGroup>

<!-- Before Build -->
<ItemGroup>
<TypeScriptCompile Include="**\*.ts" />
</ItemGroup>

<!-- WebAssembly Specific Configuration -->
<ItemGroup>
<EmbeddedResource Include="wwwroot\**\*.js" LogicalName="blazor:js:%(RecursiveDir)%(Filename)%(Extension)" />
Expand Down

0 comments on commit 128653f

Please sign in to comment.