Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| df9bf69405 | |||
| 38aedff5c2 |
@@ -21,6 +21,10 @@ jobs:
|
||||
run: dotnet nuget add source --name DAV --username kocoder --password ${{ secrets.REGISTRY_TOKEN_KOCODER }} https://git.kocoder.xyz/api/packages/Diplomarbeit-Absolventenverein/nuget/index.json --store-password-in-clear-text
|
||||
- name: "Build Interfaces Project"
|
||||
run: dotnet build -c PublishNuget ./Interfaces/Interfaces.csproj
|
||||
- name: "echo and export ref_name"
|
||||
run: echo ${{ gitea.ref_name }}
|
||||
- name: "export ref_name"
|
||||
run: export REF_NAME=${{ gitea.ref_name }}
|
||||
- name: "Release to Package Registry"
|
||||
run: dotnet nuget push --source DAV --api-key ${{ secrets.REGISTRY_TOKEN_KOCODER }} ./Interfaces/Interfaces.*.nupkg
|
||||
- name: "Create release"
|
||||
|
||||
@@ -3,7 +3,11 @@ TargetFramework=$1
|
||||
ProjectName=$2
|
||||
Configuration=$3
|
||||
|
||||
echo "ENV: ${TargetFramework} ${ProjectName} ${Configuration} RN: ${ gitea.ref_name } :NR ${REF_NAME}"
|
||||
echo "ENV Following:"
|
||||
env
|
||||
|
||||
echo "ENV: ${TargetFramework} ${ProjectName} ${Configuration} RN: ${REF_NAME}"
|
||||
|
||||
|
||||
|
||||
find . -name *.nupkg -delete
|
||||
|
||||
Reference in New Issue
Block a user