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 0e6989a commit eb8f59cCopy full SHA for eb8f59c
1 file changed
.github/workflows/publish.yml
@@ -29,10 +29,6 @@ jobs:
29
run: |
30
cd src
31
dotnet pack LeviySoft.Visor.Gen/LeviySoft.Visor.Gen.csproj -c Release /p:Version=${{env.VERSION}} /p:PackageVersion=${{env.VERSION}}
32
- - name: pack LeviySoft.Visor.Gen.FSharp
33
- run: |
34
- cd src
35
- dotnet pack LeviySoft.Visor.Gen.FSharp/LeviySoft.Visor.Gen.FSharp.fsproj -c Release /p:Version=${{env.VERSION}} /p:PackageVersion=${{env.VERSION}}
36
- name: pack LeviySoft.Visor.LanguageExt
37
38
0 commit comments