Skip to content

Commit

Permalink
Update yml files
Browse files Browse the repository at this point in the history
  • Loading branch information
jenessaman committed Jan 25, 2023
1 parent 49a7021 commit b57911b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installer-creator-rhinogh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Restore all the applications
shell: cmd
run: |
for %%x in (Objects, ConnectorRhino, ConnectorGrasshopper) do (
for %%x in (Objects, ConnectorRhino) do (
cd %%x && msbuild %%x.sln /t:Restore /p:Configuration=Release /p:WarningLevel=0 /p:IsDesktopBuild=false && cd ../
)
env:
Expand All @@ -81,7 +81,7 @@ jobs:
shell: cmd
run: |
SET _version=${{ github.event.inputs.version }}
for %%x in (Objects, ConnectorRhino, ConnectorGrasshopper) do (
for %%x in (Objects, ConnectorRhino) do (
cd %%x && msbuild %%x.sln /p:Configuration=Release /p:WarningLevel=0 /p:IsDesktopBuild=false /p:AssemblyVersionNumber=%_version% /p:AssemblyInformationalVersion=%_version% /p:Version=%_version% && cd ../
)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/installer-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Restore all the applications
shell: cmd
run: |
for %%x in (Objects, ConnectorAutocadCivil, ConnectorDynamo, ConnectorGrasshopper, ConnectorRevit, ConnectorRhino, ConnectorCSI, ConnectorGSA, ConnectorBentley) do (
for %%x in (Objects, ConnectorAutocadCivil, ConnectorDynamo, ConnectorRevit, ConnectorRhino, ConnectorCSI, ConnectorGSA, ConnectorBentley) do (
cd %%x && msbuild %%x.sln /t:Restore /p:Configuration=Release /p:WarningLevel=0 /p:IsDesktopBuild=false && cd ../
)
Expand Down

0 comments on commit b57911b

Please sign in to comment.