Skip to content

Commit 1a95e2c

Browse files
committed
work on nuget
1 parent 1527d15 commit 1a95e2c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
uses: brandedoutcast/[email protected]
4444
with:
4545
# Filepath of the project to be packaged, relative to root of repository
46-
PROJECT_FILE_PATH: MonacoRoslynCompletionProvider/MonacoRoslynCompletionProvider/MonacoRoslynCompletionProvider.csproj
47-
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
46+
PROJECT_FILE_PATH: src/S7CommPlusDriver/S7CommPlusDriver.csproj"
47+
NUGET_KEY: ${{secrets.NUGET_API_KEY}}

src/S7CommPlusDriver.slnx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
<Solution>
2+
<Folder Name="/.github/" Id="02ea681e-c7d8-13c7-8484-4ac65e1b71e8" />
3+
<Folder Name="/.github/workflows/" Id="0aaa79c2-f559-49ae-8778-9ff24b7091d7">
4+
<File Path="../.github/workflows/dotnet.yml" />
5+
<File Path="../.github/workflows/dotnetpull.yml" />
6+
<File Path="../.github/workflows/release.yml" />
7+
</Folder>
28
<Project Path="DriverTest\DriverTest.csproj" />
39
<Project Path="S7CommPlusDriver\S7CommPlusDriver.csproj" />
410
<Project Path="S7CommPlusGUIBrowser\S7CommPlusGUIBrowser.csproj" />

0 commit comments

Comments
 (0)