Skip to content

Commit

Permalink
deploy to nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatandrei committed Apr 25, 2020
1 parent d9a4f7c commit e09152c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@
# What it does
NETCoreBlockly generates [Blockly](https://developers.google.com/blockly) blocks for each of your controller actions.

Demo at https://netcoreblockly.herokuapp.com/blockly.html
Demo at https://netcoreblockly.herokuapp.com/blockly.html ( play with the links from the bottom)

Demo Video at https://www.youtube.com/watch?v=GptkNWjmCzk

Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -10,7 +10,7 @@ variables:
solution: '**/*.sln'
buildPlatform: 'Any CPU'
buildConfiguration: 'Release'
deployNuget: '0'
deployNuget: '1'

steps:
- task: NuGetToolInstaller@1
Expand Down

0 comments on commit e09152c

Please sign in to comment.