coapp / coapp.powershell

ClrPlus Signing
52 stars 43 forks source link

No warning for failed @import in autopkg file #18

Open yodantauber opened 11 years ago

yodantauber commented 11 years ago

I added the following line at the top of my autopkg file:

@import "MyFile.autopkg";

Then, although MyFile.autopkg doesn't exist, write-nugetpackage finished successfully without any warnings (though I would even expect a fatal error).