Skip to content

Commit

Permalink
Merge pull request #3 from shibayan/feature/netcoreapp2.0
Browse files Browse the repository at this point in the history
Change target to netcoreapp2.0
  • Loading branch information
shibayan authored Oct 7, 2018
2 parents ade9f9b + cdd6970 commit fe94fe1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion AzureKeyVault.LetsEncrypt/AzureKeyVault.LetsEncrypt.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFramework>netcoreapp2.0</TargetFramework>
<AzureFunctionsVersion>v2</AzureFunctionsVersion>
<UseNETCoreGenerator>true</UseNETCoreGenerator>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="ACMESharpCore" Version="2.0.0.49-beta1" />
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image: Visual Studio 2017

build_script:
- dotnet publish -c Release
- 7z a latest.zip %APPVEYOR_BUILD_FOLDER%\AzureKeyVault.LetsEncrypt\bin\Release\netstandard2.0\publish\*
- 7z a latest.zip %APPVEYOR_BUILD_FOLDER%\AzureKeyVault.LetsEncrypt\bin\Release\netcoreapp2.0\publish\*

test: off

Expand Down

0 comments on commit fe94fe1

Please sign in to comment.