We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867341f commit 8a1fb63Copy full SHA for 8a1fb63
.github/workflows/dotnetcore.yml
@@ -1,5 +1,5 @@
1
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions
2
-name: Star_Build-Pack-Publish
+name: Build-Pack-Publish
3
on:
4
# watch:
5
# types: [started]
@@ -18,8 +18,8 @@ jobs:
18
# dotnet-version: 3.1.101
19
- name: Build
20
run: dotnet build --configuration Release
21
- - name: Pack
22
- run: dotnet pack /home/runner/work/OsmApiClient/OsmApiClient/src/OsmApiClient.csproj -o Artifacts
+# - name: Pack
+# run: dotnet pack /home/runner/work/OsmApiClient/OsmApiClient/src/OsmApiClient.csproj -o Artifacts
23
# - uses: actions/upload-artifact@v1
24
# with:
25
# name: OsmApiClient.0.0.1-beta.4.nupkg
0 commit comments