Skip to content

Commit

Permalink
fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
clairernovotny committed Nov 4, 2020
1 parent f813114 commit e94eb38
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
7 changes: 7 additions & 0 deletions AppInsights.WindowsDesktop/AppInsights.WindowsDesktop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,11 @@
<Reference Include="System.Management" />
</ItemGroup>


<Target Name="SetBuildVer" AfterTargets="GetBuildVersion">
<PropertyGroup>
<NuspecProperties>version=$(NuGetPackageVersion);RepositoryCommit=$(GitCommitId);configuration=$(Configuration)</NuspecProperties>
</PropertyGroup>
</Target>

</Project>
Binary file added AppInsights.WindowsDesktop/msbuild.binlog
Binary file not shown.
6 changes: 1 addition & 5 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
<Project>

<PropertyGroup>
<Authors>AuthorName</Authors>
<Company>CompanyName</Company>

<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
</PropertyGroup>
Expand Down
5 changes: 0 additions & 5 deletions Directory.Build.targets

This file was deleted.

0 comments on commit e94eb38

Please sign in to comment.