Skip to content

Commit 29dde39

Browse files
authored
Merge pull request #15 from 1Byte-Software/dev
fix: change destination path jfw.sdk in step restore dependency
2 parents 30a86c1 + 92e9dc3 commit 29dde39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish-nuget-jfw-sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build, Test, and Publish to NuGet for package Jfw.SDK
22

33
on:
4-
pull_request:
4+
push:
55
branches: [ "main" ]
66
release:
77
types: [ published ]
@@ -21,7 +21,7 @@ jobs:
2121
dotnet-version: 6.0.x
2222

2323
- name: Restore dependencies
24-
run: dotnet restore src/JFW.Sdk/JFW.Sdk.csproj
24+
run: dotnet restore JFW.Sdk/JFW.Sdk.csproj
2525

2626
- name: Build project
2727
run: dotnet build JFW.Sdk/JFW.Sdk.csproj --configuration Release --no-restore

JFW.Sdk/JFW.Sdk.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<Copyright>Copyright © 2021 - $([System.DateTime]::UtcNow.Year) Jframework</Copyright>
1414
<RootNamespace>JFW.Sdk</RootNamespace>
1515
<Version>1.0.0</Version>
16-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
16+
<!-- <PackageLicenseFile>LICENSE</PackageLicenseFile> -->
1717
<RepositoryUrl>https://github.com/1Byte-Software/jfw-sdk-dotnet.git</RepositoryUrl>
1818
<RepositoryType>git</RepositoryType>
1919
</PropertyGroup>

0 commit comments

Comments
 (0)