diff --git a/appveyor.yml b/appveyor.yml index bae32cd..fe48cdb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,11 +9,11 @@ matrix: image: Visual Studio 2017 environment: azure-event-hubs-dotnet/ClientSecret: - secure: /8H7C81iNS+gVi7LhJCEOPUlNaa30y4KcY4nw/g2C4HGxOv6SrcroyDvMnqD+5GN + secure: +30vtVYAECW7t7ieidatPhCEhvVjjbDUc2UA1SYtDwHa8NxR354pfn9ezxaMqIAR azure-event-hubs-dotnet/TenantId: - secure: xohonz/X8PPLOVIdT3ch2C5XeSa30RwR6NuXFh4e85svXT1mJNGGO1HQEGxCk3wp + secure: pDX+hB+9zbM0v7OQ44t1Ols0mfRl0BQlJY+ycuteSdZaK1NGJuMHFwS9ULeSBYS/ azure-event-hubs-dotnet/AppId: - secure: c+H140oRJfHtmFHZxSRLWocv5AU0q33X7kgMcTcXxhJvtVhk2WAk1dRQkSN+SyoA + secure: NYwBqWBHvwwNfcKZjjLjCDSxPEVq1AH0DvJXQjVjPA/xpDT/e9SxCj4YpIMWwd+t matrix: # First build - DotNetRunTime: netcoreapp1.0 diff --git a/build/build.ps1 b/build/build.ps1 index d23966c..b1ece28 100644 --- a/build/build.ps1 +++ b/build/build.ps1 @@ -214,6 +214,7 @@ function Delete-AzureResources Build-Solution if (-Not $canDeploy -and -Not [bool][Environment]::GetEnvironmentVariable($connectionStringVariableName)) { + Write-Host 'Skipping deploy and unit tests - canDeploy:' $canDeploy return } try { diff --git a/readme.md b/readme.md index 34bf7db..114c80a 100644 --- a/readme.md +++ b/readme.md @@ -6,8 +6,8 @@ |Build/Package|Status| |------|-------------| -|master|[![Build status](https://ci.appveyor.com/api/projects/status/p71xb6o7233m7gi3/branch/master?svg=true)](https://ci.appveyor.com/project/jtaubensee/azure-event-hubs-dotnet/branch/master) [![codecov](https://codecov.io/gh/Azure/azure-event-hubs-dotnet/branch/master/graph/badge.svg)](https://codecov.io/gh/Azure/azure-event-hubs-dotnet)| -|dev|[![Build status](https://ci.appveyor.com/api/projects/status/p71xb6o7233m7gi3/branch/master?svg=true)](https://ci.appveyor.com/project/jtaubensee/azure-event-hubs-dotnet/branch/dev) [![codecov](https://codecov.io/gh/Azure/azure-event-hubs-dotnet/branch/dev/graph/badge.svg)](https://codecov.io/gh/Azure/azure-event-hubs-dotnet)| +|master|[![Build status](https://ci.appveyor.com/api/projects/status/p71xb6o7233m7gi3/branch/master?svg=true)](https://ci.appveyor.com/project/serkantkaraca/azure-event-hubs-dotnet/branch/master) [![codecov](https://codecov.io/gh/Azure/azure-event-hubs-dotnet/branch/master/graph/badge.svg)](https://codecov.io/gh/Azure/azure-event-hubs-dotnet)| +|dev|[![Build status](https://ci.appveyor.com/api/projects/status/p71xb6o7233m7gi3/branch/master?svg=true)](https://ci.appveyor.com/project/serkantkaraca/azure-event-hubs-dotnet/branch/dev) [![codecov](https://codecov.io/gh/Azure/azure-event-hubs-dotnet/branch/dev/graph/badge.svg)](https://codecov.io/gh/Azure/azure-event-hubs-dotnet)| |Microsoft.Azure.EventHubs|[![NuGet Version and Downloads count](https://buildstats.info/nuget/Microsoft.Azure.EventHubs?includePreReleases=true)](https://www.nuget.org/packages/Microsoft.Azure.EventHubs/)| |Microsoft.Azure.EventHubs.Processor|[![NuGet Version and Downloads count](https://buildstats.info/nuget/Microsoft.Azure.EventHubs.Processor?includePreReleases=true)](https://www.nuget.org/packages/Microsoft.Azure.EventHubs.Processor/)|