Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Move msbuild.rsp properties into csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
wjk committed Jun 29, 2018
1 parent 71d5894 commit 7989aa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<ProjectGuid>{A3D231D7-31E4-4A70-8CD1-7246C7D069F6}</ProjectGuid>
<TargetFramework>net46</TargetFramework>
<NuGetBuildTasksPackTargets>NO-SDK-PACK</NuGetBuildTasksPackTargets>

<PackOnBuild>true</PackOnBuild>
<PackageOutputPath>$(Out)</PackageOutputPath>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ILRepack" Version="2.0.13" PrivateAssets="all" />
Expand Down
2 changes: 0 additions & 2 deletions src/Build/msbuild.rsp

This file was deleted.

1 comment on commit 7989aa3

@kzu
Copy link
Contributor

@kzu kzu commented on 7989aa3 Jun 30, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure I want these here.. When building from the IDE, I almost never want the packaging to run on every build, neither I care about overriding the default output path

Please sign in to comment.