Skip to content

Commit 27345f9

Browse files
author
Alex Zheludov
authored
Hotfix/buildupdate (#6)
* Updated build process to use nuget pack instead of visual studio * Updated nuspec * reverted changes to the build * updated project information
1 parent 481488b commit 27345f9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

FakeHttpMessageHandler/FakeHttpMessageHandler.csproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
5+
<Description>FakeHttpMessageHandler seamlessly fakes http request sent from System.Net.Http.HttpClient for purpose of unit testing code that previously could only be integration tested.</Description>
6+
<PackageProjectUrl>https://github.com/alexzheludov/FakeHttpMessageHandler</PackageProjectUrl>
7+
<PackageLicenseUrl>https://github.com/alexzheludov/FakeHttpMessageHandler/blob/master/LICENSE</PackageLicenseUrl>
8+
<RepositoryUrl>https://github.com/alexzheludov/FakeHttpMessageHandler</RepositoryUrl>
9+
<RepositoryType>github</RepositoryType>
10+
<PackageTags>httpclient unittest unit testing test http client http message handler fake xunit web api url rest</PackageTags>
11+
<Copyright>Copyright ©2018 Zheludov</Copyright>
12+
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
513
</PropertyGroup>
614

715
<ItemGroup>

azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ steps:
6666
configuration: '$(BuildConfiguration)'
6767

6868

69+
6970
- task: PublishBuildArtifacts@1
7071
displayName: 'Publish Artifact: drop'
7172

0 commit comments

Comments
 (0)