Browse Source

Update nuget-release.yml

pull/70/head
Sebastiano Mandalà GitHub 3 years ago
parent
commit
1579c60b6a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      .github/workflows/nuget-release.yml

+ 6
- 6
.github/workflows/nuget-release.yml View File

@@ -32,8 +32,8 @@ jobs:
- name: create temp directory
run: mkdir temp temp/com.sebaslab.svelto.common temp/com.sebaslab.svelto.ecs temp/bin temp/bin/debug temp/bin/release
- name: create solution file
run: dotnet new sln -n "${PKG_NAME}" -o temp/
- name: copy solution file
run: cp Svelto.ECS.sln "temp/Svelto.ECS.sln"
# Prepare solution
- name: copy Svelto.Common files to temp directory
@@ -42,11 +42,11 @@ jobs:
- name: copy Svelto.ECS files to temp directory
run: cp -r Svelto.ECS/* "temp/com.sebaslab.svelto.ecs"
- name: add Svelto.Common to solution
run: dotnet sln "temp/${PKG_NAME}.sln" add "temp/com.sebaslab.svelto.common/Svelto.Common.csproj"
# - name: add Svelto.Common to solution
# run: dotnet sln "temp/${PKG_NAME}.sln" add "temp/com.sebaslab.svelto.common/Svelto.Common.csproj"
- name: add Svelto.ECS to solution
run: dotnet sln "temp/${PKG_NAME}.sln" add "temp/com.sebaslab.svelto.ecs/Svelto.ECS.csproj"
# - name: add Svelto.ECS to solution
# run: dotnet sln "temp/${PKG_NAME}.sln" add "temp/com.sebaslab.svelto.ecs/Svelto.ECS.csproj"
# Build for Debug
- name: create package for Debug configuration


Loading…
Cancel
Save