Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates build process #31

Merged
merged 1 commit into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ tools/dotnet
*.user
*.userosscache
*.sln.docstates
*.zip

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand Down Expand Up @@ -270,3 +271,7 @@ tools/Modules
test.settings.json
tests/integration/.vagrant
tests/integration/cert_setup
tools/ProjectBuilder/output
tools/ProjectBuilder/bin
tools/ProjectBuilder/debug
tools/ProjectBuilder/obj
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"-NoExit",
"-NoProfile",
"-Command",
". ./tools/prompt.ps1;",
"Import-Module ./output/PSTree"
],
"cwd": "${workspaceFolder}",
Expand Down
252 changes: 0 additions & 252 deletions PSTree.build.ps1

This file was deleted.

29 changes: 0 additions & 29 deletions ScriptAnalyzerSettings.psd1

This file was deleted.

Loading
Loading