James Truher
860284b00f
be sure to have git ignore a bunch of different package types
2016-05-25 13:07:13 -07:00
Andy Schwartzmeyer
0afc56d5d4
Ignore executables
2016-05-24 14:46:41 -07:00
Sergei Vorobev
7033dc31f1
Merge pull request #1026 from PowerShell/vors/nuget
...
Adding Nuget artifacts to AppVeyor project nuget feed
2016-05-23 17:58:32 -07:00
Sergei Vorobev
53b8411111
dotnet team changed their script name, change our bootstrap
2016-05-22 01:06:34 -07:00
Sergei Vorobev
159dcee626
Add Publish-NuGetFeed function to build.psm1
2016-05-22 00:17:44 -07:00
James Truher
8583cf5e96
update PSVersionTable code to use powershell.version rather than .version because on Linux the .version file doesn't seem to be binplaced. I postulate this is because it's a hidden file
2016-05-19 13:19:16 -07:00
Andy Schwartzmeyer
c5560957f4
Ignore Packages and src/monad
...
The former is the NuGet package location on Windows, and the latter is
used for copying from the old submodule.
2016-05-18 15:10:41 -07:00
Andrew Schwartzmeyer
1411ce2a46
Ignore the debug folder
2016-05-06 10:59:53 -07:00
Sergei Vorobev
e5e287b31d
Update .gitignore to include work on windows
...
- Add files produced by cmake in powershell-native to it's own gitignore
- Add files that VS creates to the root-level gitignore
- Add .exe files that are content to the root-level gitignore
2016-04-04 18:51:57 -07:00
Andrew Schwartzmeyer
426e70565a
Clean up .gitignore files
2016-02-09 14:06:39 -08:00
Sergei Vorobev
d2834bd8e9
Add binFull/ and build/ folders to .gitignore
2016-02-03 15:46:34 -08:00
Andrew Schwartzmeyer
6c001b6e0f
Add TypeCatalogGen
2015-12-07 14:27:06 -08:00
Andrew Schwartzmeyer
0b6b1f116e
Update for use with dotnet-cli
...
https://github.com/dotnet/cli
2015-12-07 14:27:06 -08:00
Andrew Schwartzmeyer
9adb30e698
Update gitignore for DNX
2015-11-23 17:54:30 -08:00
Andrew Schwartzmeyer
16a2ae2fa8
Start build refactor with top-level Makefile
...
- Recursively calls make in monad-linux and monad-build
- Eventually will deprecate scripts dir
- Makes monad-docker.sh shareable
2015-10-25 20:37:36 -07:00
Andrew Schwartzmeyer
6a4a2bcf07
Teach Git to ignore indicationlog
...
Test output from OMI
2015-10-19 17:11:12 -07:00
Andrew Schwartzmeyer
304df08fd7
Refactor use of dotnetlibs for reduced rebuilding
...
Also cleaned up Makefiles. Added `scripts/dotnetlibs` back to Git so
Make doesn't ever have to create it (now I understand Peter's reasoning
here).
2015-10-14 14:03:01 -07:00
Andrew Schwartzmeyer
8f39b0a809
Rename XML test results
2015-10-13 19:57:51 -07:00
Andrew Schwartzmeyer
34dcc5c059
Enable XML output for native tests
2015-10-13 19:48:58 -07:00
Andrew Schwartzmeyer
87988c7bea
Enable XML output for Pester
...
- Taught Git to ignore XML output
- Updated Pester submodule with fixes
- Enabled reporting in Pester Makefile target
2015-10-13 15:25:39 -07:00
Andrew Schwartzmeyer
bbdc3de691
Use nuget -restore functionality
...
- Download nuget.exe from its official home
- Remove beta nuget.exe from monad-ext
- Specify dependencies in packages.config and use nuget.exe -restore
- Add prepare dependency to package libraries
- No more manual prepare step
- Update .gitignore
2015-10-06 21:55:21 -07:00
Andrew Schwartzmeyer
5f8196cca6
Ignore .bash_history from Docker
2015-10-06 15:09:44 -07:00
Andrew Schwartzmeyer
86ebb7efb8
Ignore NuGet folders
2015-10-01 10:18:10 -07:00
Andrew Schwartzmeyer
b14a455343
Create TypeCatalogGen.exe input, powershell.inc
...
Previous attempt at this failed because it is not actually a Makefile.
2015-09-30 18:41:02 -07:00
Andrew Schwartzmeyer
b020c4b41f
Enable xUnit unit test coverage results in XML
2015-07-21 11:18:15 -07:00
Peter Honeder
d91252ab52
bulk add of all build changes and resources needed to build PS on linux
2015-05-29 13:56:28 -07:00
Peter Honeder
3b676df8c5
added cpp unit, simple bootstrap build script, added unit test to check a few coreclr pal datatypes
2015-02-12 17:04:28 -08:00
Peter Honeder
1e91e69085
added initial empty project and .gitignore
2015-02-12 15:06:46 -08:00