dotnet-installer/scripts/test
David Fowler a35ae177ff - Make all of the code looking for built assets use the OutputPathCalculator
- Project dependencies are always built into their specific folders and the main project is the only one that uses the output path and intermediate output path variable.
- Publish respects the output path for publish only, not compile as part of publish. This means that publishing multiple runtimes will stomp on each other. So don't do that. We can throw if you specify and output location and you haven't specified a specific combination of RID and framework. Alternatively it should probably just pick the first TFM/RID pair from the lock file. This is similar to how `dotnet run` works.
- Cleaned up the incremental build output formatting
- Use a single stream (output stream) since interleaving them was causing formatting issues (like losing random characters in the middle of outputting things).
- Didn't change how pack works, it still preserves the output structure when passing `--output`, this one is worth discussing. We could leave the build output inplace and only move the package to the output location. That's more consistent with how everything else works and can be a follow up PR.
2016-01-27 11:13:45 -08:00
..
argument-forwarding-tests.ps1 - Make all of the code looking for built assets use the OutputPathCalculator 2016-01-27 11:13:45 -08:00
argument-forwarding-tests.sh - Make all of the code looking for built assets use the OutputPathCalculator 2016-01-27 11:13:45 -08:00
check-prereqs.ps1 Clean up build scripts 2015-12-29 01:59:02 -08:00
check-prereqs.sh Source Common in check-prereqs.sh 2015-12-30 10:34:00 -08:00
package-command-test.ps1 switch from DNX to cross-plat NuGet! 2016-01-19 11:43:09 -08:00
package-command-test.sh switch from DNX to cross-plat NuGet! 2016-01-19 11:43:09 -08:00
runtests.ps1 Last necessary test changes 2016-01-23 14:32:50 -08:00
runtests.sh Last necessary test changes 2016-01-23 14:32:50 -08:00
validate-dependencies.ps1 Making the multi project validator compile for the passed configuration to make the scripts work for release as well. Also fixed the variable assignment in the .sh script. 2016-01-22 15:22:44 -08:00
validate-dependencies.sh Making the multi project validator compile for the passed configuration to make the scripts work for release as well. Also fixed the variable assignment in the .sh script. 2016-01-22 15:22:44 -08:00