Skip to content

Commit 3c57b2e

Browse files
committed
Merge branch 'feature/2.0.0-reorg' of https://github.com/kirkone/KK.AspNetCore.EasyAuthAuthentication into feature/2.0.0-reorg
2 parents fc6e3a5 + 6ff607f commit 3c57b2e

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# KK.AspNetCore.EasyAuthAuthentication
22

3-
This helps getting azure appservice authentication working with asp.net core
3+
This helps getting azure appservice authentication working with asp.net core.
44

55
## Nuget
66

@@ -20,7 +20,7 @@ Pre-releases of this Package are pushed to an internal feed an Azure DevOps. The
2020

2121
## Build
2222

23-
The build environment for this project is on Azure DevOps and can be found here [dev.azure.com/kirkone/KK.AspNetCore.EasyAuthAuthentication](https://dev.azure.com/kirkone/KK.AspNetCore.EasyAuthAuthentication/_build)
23+
The build environment for this project is on Azure DevOps and can be found here [dev.azure.com/kirkone/KK.AspNetCore.EasyAuthAuthentication](https://dev.azure.com/kirkone/KK.AspNetCore.EasyAuthAuthentication/_build).
2424

2525
### Nuget package build
2626

@@ -204,8 +204,9 @@ See also the list of [contributors](https://github.com/kirkone/KK.AspNetCore.Eas
204204

205205
## License
206206

207-
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
207+
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
208208

209209
## Acknowledgments
210210

211211
- Inspired by this [StackOverflow post](https://stackoverflow.com/a/42402163/6526640) and this [GitHub](https://github.com/lpunderscore/azureappservice-authentication-middleware) repo
212+

pipelines/KK.AspNetCore.EasyAuthAuthentication.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ steps:
5656
packagesToPack: "$(Project)"
5757
nobuild: true
5858
arguments: "--configuration $(buildConfiguration)"
59-
buildProperties: "VersionPrefix=$(GitVersion.MajorMinorPatch);VersionSuffix=pre-$(Build.BuildNumber);PackageId=PR$(System.PullRequest.pullRequestNumber)-KK.AspNetCore.EasyAuthAuthentication"
59+
buildProperties: "VersionPrefix=$(GitVersion.MajorMinorPatch);VersionSuffix=pre-$(Build.BuildNumber);PackageId=PR-$(System.PullRequest.pullRequestNumber)-KK.AspNetCore.EasyAuthAuthentication"
6060
packDirectory: "$(Build.ArtifactStagingDirectory)"
6161
verbosityPack: Normal
6262

0 commit comments

Comments
 (0)