Skip to content

Commit 85faa1e

Browse files
committed
[edit] explicit project name
1 parent 94e2e33 commit 85faa1e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,10 @@ jobs:
2222
uses: actions/setup-dotnet@v1
2323

2424
- name: Restore Dependencies
25-
run: dotnet restore
25+
run: dotnet restore Simplify.ProjectsTemplates.csproj
2626

2727
- name: Build Package
28-
run: dotnet build --no-restore -c Release
29-
30-
- name: Perform Unit Testing
31-
run: dotnet test --no-build -c Release --verbosity normal
28+
run: dotnet build Simplify.ProjectsTemplates.csproj --no-restore -c Release
3229

3330
- name: Create Package
3431
run: dotnet pack Simplify.ProjectsTemplates.csproj --no-build -c Release -o ./publish

0 commit comments

Comments
 (0)