2 Commits

Author SHA1 Message Date
Matteo Cominetti 2ac5268287 Merge pull request #26 from specklesystems/sdk-style-proj
Build / build (push) Has been cancelled
feat: move Runner to sdk style proj
2023-03-09 20:19:58 +00:00
Matteo Cominetti 0e8df07a8c ci
Build / build (push) Has been cancelled
2023-03-09 21:09:02 +01:00
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
dotnet-version: 6.0.x
- name: Build
run: dotnet publish .\xUnitRevitUtils.sln -c Release -p:Version=${{ github.ref_name }}"
run: dotnet publish .\xUnitRevitUtils.sln -c Release -p:Version=${{ github.ref_name }}
- name: Publish
run: dotnet nuget push ".\artifacts\*.nupkg" -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_APIKEY }} -n --skip-duplicate