Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <Target Name="CopyRoslynFiles" AfterTargets="AfterBuild" Condition="!$(Disable_CopyWebApplication) And '$(OutDir)' != '$(OutputPath)'">
- <ItemGroup>
- <RoslynFiles Include="$(CscToolPath)\*" />
- </ItemGroup>
- <MakeDir Directories="$(WebProjectOutputDir)\bin\roslyn" />
- <Copy SourceFiles="@(RoslynFiles)" DestinationFolder="$(WebProjectOutputDir)\bin\roslyn" SkipUnchangedFiles="true" Retries="$(CopyRetryCount)" RetryDelayMilliseconds="$(CopyRetryDelayMilliseconds)" />
- </Target>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement