Skip to content

Commit

Permalink
Release with fix to testTemplate (#103)
Browse files Browse the repository at this point in the history
* Small Powershell Fix (#88)

* commented out starting of the stream deck app - this is handled in the Debug -> Application Arguments

* Fixed the Fritz.png error

* restored the osx post build script and added detailed comments (#90)

* Updates to the Powershell script (#98)

* Refactored to an Proxy interface to address #47

* Added remaining EventsSent to ConfigurationManager

* Attempting to eliminate memory leak

* Adding script to test the Plugin template

* WIP

* Updated to be more cross-platform friendly

* Re-added cheer graffiti

* Prevent displaying errors in PowerShell script to the user (#93)

* bugfix/Silence-non-critical-PowerShell-errors: Prevent displaying errors for operations which can expectedly fail

* bugfix/Silence-non-critical-PowerShell-errors: Make the template's .ps1 file match the sample

* bugfix/Update-gitignore-with-VSCode-files: Add ignorables for VSCode (#94)

* Feature/sample property inspector (#95)

* work in progress - sample property inspector

* worked through intricacies of the deserialized dynamic payload

* Updated Templates

* Attempt to fix the template test (#100)

* Refactored to an Proxy interface to address #47

* Added remaining EventsSent to ConfigurationManager

* Attempting to eliminate memory leak

* Adding script to test the Plugin template

* WIP

* Updated to be more cross-platform friendly

* Re-added cheer graffiti

* Added a no-restore directive to the testTemplate script
  • Loading branch information
csharpfritz authored Feb 9, 2019
1 parent 8fa3cb6 commit e0ff46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testTemplate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ cd testPlugin

dotnet restore -s $1

dotnet build
dotnet build --no-restore

0 comments on commit e0ff46b

Please sign in to comment.