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 472ad92 commit 110a8abCopy full SHA for 110a8ab
.github/workflows/release.yml
@@ -24,6 +24,12 @@ jobs:
24
check-name: build-and-test
25
repo-token: ${{ secrets.GITHUB_TOKEN }}
26
wait-interval: 10
27
+
28
+ - name: Restore dependencies
29
+ run: dotnet restore
30
31
+ - name: Build
32
+ run: dotnet build --configuration Release --no-restore
33
34
- name: Generate package
35
run: dotnet pack ./Functions/Functions.csproj --configuration Release
0 commit comments