From a915bc1e1a813b0a1eee11cd9b674c5ab0f410e9 Mon Sep 17 00:00:00 2001 From: vnugent Date: Fri, 29 Sep 2023 20:32:06 -0400 Subject: package updates --- Taskfile.yaml | 9 +++------ src/PkiAuthenticator.csproj | 22 +++++++++++++++++----- 2 files changed, 20 insertions(+), 11 deletions(-) diff --git a/Taskfile.yaml b/Taskfile.yaml index 8ab7be3..8b6b737 100644 --- a/Taskfile.yaml +++ b/Taskfile.yaml @@ -66,10 +66,8 @@ tasks: vars: BUILD_DIR: "{{.USER_WORKING_DIR}}/bin/{{.BUILD_MODE}}/{{.TARGET_FRAMEWORK}}/{{.TARGET_OS}}/publish" internal: true - cmds: - + cmds: #copy license and readme to target - - cd .. && powershell -Command "Copy-Item -Path ./LICENSE.txt -Destination '{{.BUILD_DIR}}/license.txt'" - cd .. && powershell -Command "Copy-Item -Path ./build.readme.txt -Destination '{{.BUILD_DIR}}/readme.txt'" #tar outputs @@ -79,8 +77,7 @@ tasks: #Remove the output dirs on clean clean: dir: '{{.USER_WORKING_DIR}}' + ignore_error: true cmds: - cmd: powershell Remove-Item -Recurse './bin' - ignore_error: true - - cmd: powershell Remove-Item -Recurse './obj' - ignore_error: true \ No newline at end of file + - cmd: powershell Remove-Item -Recurse './obj' \ No newline at end of file diff --git a/src/PkiAuthenticator.csproj b/src/PkiAuthenticator.csproj index b46036d..1aded49 100644 --- a/src/PkiAuthenticator.csproj +++ b/src/PkiAuthenticator.csproj @@ -15,19 +15,31 @@ Vaughn Nugent Vaughn Nugent PkiAuthenticator aka vauth - - A command line tool for generating certificate-based, signed, One-Time-Passwords for web/service authentication, with YubiKey support by default. - + A command line tool for generating certificate-based, signed, One-Time-Passwords for web/service authentication, with YubiKey support by default. Copyright © 2023 Vaughn Nugent https://www.vaughnnugent.com/resources/software/modules/vauth https://github.com/VnUgE/PkiAuthenticator + README.md + LICENSE.txt + + + + True + \ + Always + + + True + \ + + - - + + -- cgit