diff --git a/README.md b/README.md index c1fb73f..40918ca 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e497163..3267d12 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ variables: solution: '**/*.sln' buildPlatform: 'Any CPU' buildConfiguration: 'Release' - deployNuget: '0' + deployNuget: '1' steps: - task: NuGetToolInstaller@1