copyToOutput ( , dotnet 1.0.0-preview3-003171 Windows). , , copyToOutput - tath, A, B, .
- . Linux :
> ln -s ../Common.Includes common
Windows ( ) :
> mklink /J common ..\Common.Includes
dotnet :
"scripts": {
"precompile": "cmd /C mklink /J common ..\\Common.Includes"
}
RC1 , "" "prerestore", , dotnet "" "".
script , , . init.ps1 Powershell script:
if (!(Test-Path "common")) {
cmd /C mklink /J "common" "..\Common.Includes"
}
"":
"scripts": {
"precompile": "init.ps1"
}