Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit ec9b2f0

Browse files
authored
Fix solution variable
1 parent 278911e commit ec9b2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838

3939
- name: MSBuild ${{ env.githubvsSolution }}
4040
run: |
41-
msbuild $(env.githubvsSolution) /p:Configuration=${{ env.config }} /p:DeployExtension=False /p:GitHubVS_ClientId=${{ secrets.GitHubVS_ClientId }} /p:GitHubVS_ClientSecret=${{ secrets.GitHubVS_ClientSecret }}
41+
msbuild ${{ env.githubvsSolution }} /p:Configuration=${{ env.config }} /p:DeployExtension=False /p:GitHubVS_ClientId=${{ secrets.GitHubVS_ClientId }} /p:GitHubVS_ClientSecret=${{ secrets.GitHubVS_ClientSecret }}

0 commit comments

Comments
 (0)